-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes.txt
39 lines (33 loc) · 1.11 KB
/
notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
template for html:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="media/img/funny-dance.gif" type="image/gif">
<link rel="stylesheet" href="styles.css">
<script src="script.js"></script>
<script>
console.log("what are you doing here bro")
</script>
</head>
<body><br />
<div id="nav" class="overlay">
<a href="javascript:void(0)" class="close" onclick="closeNav()">×</a>
<div class="overlay-content">
<a href="#" class="youalreadyhere">home</a>
<a href="#">games</a>
<a href="#">i dont even know</a>
<a href="#">about me</a>
</div>
</div>
<div class="main">
<span onclick="openNav()" id="open">pages</span>
</div>
</body>
</html>
gradient:
linear-gradient(angledeg, rgba(blah, blah, blah, transparency) how much of the gradient this color is%)
cool tip:
instead of doing example.html, do example/index.html so the url reads sayre.rf.gd/example instead of sayre.rf.gd/example.html
nah dont do that...