-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (50 loc) · 2.15 KB
/
Copy pathindex.html
File metadata and controls
50 lines (50 loc) · 2.15 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
<!DOCTYPE html>
<html>
<head>
<title>decisionproblem</title>
<link
rel="stylesheet"
href="https://unpkg.com/98.css"
>
<style>
body{
font-family:monospace;
}
.boom{
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='1024' height='64' viewBox='0 0 1024 64'%3e%3crect fill='%23fff' width='1024' height='64'/%3e%3crect fill='%23f9faff' x='50' y='32' width='924' height='32'/%3e%3cg stroke-width='2px'%3e%3cpath stroke='%23f9faff' class='cls-3' d='M974-0V64M50,64V-0'/%3e%3cpath stroke='%23eee' stroke-dasharray='8 8' d='M992,0V64 M32,64V-0'/%3e%3c/g%3e%3cg fill='%23000'%3e%3ccircle cx='16' cy='16' r='6'/%3e%3ccircle cx='16' cy='48' r='6'/%3e%3ccircle cx='1008' cy='16' r='6'/%3e%3ccircle cx='1008' cy='48' r='6'/%3e%3c/g%3e%3c/svg%3e");
background-repeat:repeat-y;
background-position:center top;
width:100%;min-width:800px;
}
</style>
</head>
<body style="background-image: url('bg.png'); background-repeat: no-repeat; background-size: cover;">
<div align="center" class="boom"><div align="center" style="width:890px;">
<br>
<h1>Hello Goobers!</h1>
<hr>
<h3>
I'm the creator of Decision Problem and I (try to) make new fun stuff on <a href="https://thisgooberis.online">my website</a> every once in a while
</h3>
<br>
<div class="window" style="width: 300px">
<div class="title-bar">
<div class="title-bar-text">About me</div>
<div class="title-bar-controls">
<button aria-label="Minimize"></button>
<button aria-label="Maximize"></button>
<button aria-label="Close"></button>
</div>
</div>
<div class="window-body">
<p>I'm a maker who loves CAKE! I enjoy jailbreaking consoles, making things in scratch that should never be made in scratch, and playing videogames!</p>
<br>
<a href="https://scratch.mit.edu/users/maxwildthing42/">My scratch profile</a>
<a href="https://github.com/DecisionProblem">My github page</a>
<a href="https://thisgooberis.online">My website</a>
<br>
</div>
</div>
<br>
</body>
</html>