-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (57 loc) · 2.48 KB
/
index.html
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
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<title> home - surrealistic </title>
<meta content="surrealistic" property="og:title">
<meta content="when the surreal is real" property="og:description">
<meta content="https://surrealistic.w3spaces.com" property="og:url">
<meta content="#e6005c" data-react-helmet="true" name="theme-color">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Potta+One&display=swap" rel="stylesheet">
<link rel="icon" href="images/favicon.png" type="image/png" sizes="any">
<link href="styles.css" rel="stylesheet">
</head>
<body id="body">
<a href="#he1" class="skipNav">skip nav</a>
<div id="top"></div>
<header id="header">
<p>
<a href="https://github.com/EvanCPSC/surrealistic" target="_blank" title="visit the github">
<button class="header"><img src="images/github.png" height="24px" width="24px"> github</button>
</a>
<a title="other pages"><button class="header" onclick="openNav()">pages</button></a>
<nav id="sidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<a href="javascript:void(0)" title="a message based on the time" onclick="goodDay()">hello poppup</a>
<a href="hbutton.html" title="the almighty h button">h button</a>
<a href="https://evancpsc.github.io/ejgen2024/" target="_blank" title="genuary 2024">genuary 2024</a>
<a href="updates.html" title="update box/changelog">updates</a>
</nav>
<script src="scripts.js"></script>
</p>
</header>
<br>
<br>
<h1 id="he1">welcome to surrealistic</h1><img id=logohome src="images/surrealistic.png">
<br>
<br>
<p class="info">mainly a testing site for me, check out some of the things i do</p>
<br>
<hr>
<br>
<p id="demo">dont click that button</p>
<button type="button" onclick="dont()" >dont click me</button>
<br /><br /><br /><br />
<footer>
<br>
<h3>Contact</h3>
<p><a id="twitter" href="https://www.twitter.com/SurrealSite/" target="_blank">Twitter</a></p>
<p><a id="twitter" href="mailto:[email protected]">Email</a></p>
<img src="images/favicon.png" width="32px" height="32px">
<br>
<br>
</footer>
<script type='text/javascript' src="https://productionstage-hostingstack-serverbucket50ee8d24-18stefou6iti3.s3.amazonaws.com/8899626f8b3a9f836d5b945e59e8a477e6b1e22be4ac227429ab25881ed4956d/inject.js"></script>
</body>
</html>