forked from weirdscratch/weirdsite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgekwebsite.html
More file actions
58 lines (46 loc) · 1.69 KB
/
gekwebsite.html
File metadata and controls
58 lines (46 loc) · 1.69 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<html><head>
<title>weirdsite</title>
<style>h1 {
font-family: Arial;
font-weight: bold;
letter-spacing: 2px;
}
table {
border-collapse: collapse;
}
table, th, td {
border: 2px solid black;
padding: 3px;
}
small {
font-size: 10px;
}
big {
font-size: 20px;
font-weight: bold;
}
bigger {
font-size: 50px;
font-weight: bold;
}</style>
<link href="https://fonts.googleapis.com/css2?family=Balsamiq+Sans&display=swap" rel="stylesheet">
<script src="gekwebsite.js"></script>
</head>
<body>
<a href="https://scratch.mit.edu/projects/385997355/">check out this project</a>
<h1>Welcome to the Weirdscraps site</h1>
<p><small>based off of gc's site that newderv helped with</small></p>
<button type="button" onclick="alert('You clicked the fish!!!! NOOOOO!!!!')">don't click the fish</button>
<ul>
<h2> We are: </h2>
<li>a group of groups of friends</li>
<li>originating from <a href="scratch.mit.edu">scratch</a></li>
<li>not very good at html yet</li>
</ul>
<div style="right: 0%; top: 0%; position: absolute; background-image: linear-gradient(to left, #FF4444, #888844);">
<a href="https://github.com/GC-Collabs/ey-dudes"><bigger>check out the github</bigger></a>
<p>huge thanks to google and learning and also gc's site which this is stolen from</p>
<p>also big credit to durvenson/newderv who apparently is the best at googling this stuff</p>
<p>also don't forget to <b>CREDIT THE PIGS!</b></p>
<button type="button" onclick="alert('i credit the pig iiiiiiiiiiiiiiiiii')">click here to credit the pig</button>
</div></body></html>