forked from mayaman/mayaman.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (65 loc) · 3.08 KB
/
Copy pathindex.html
File metadata and controls
70 lines (65 loc) · 3.08 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
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0">
<title>☆:*💞🌸!!💘🆒:-)👾🌼💖⛅️🌞<3🍇💌 ✿📓💓💟💭</title>
<meta name="description" content="Maya Man's personal website">
<meta name="author" content="Maya Man">
<meta name="keywords" content="art, code, dance, internet, maya man">
<meta property="og:title" content="Maya Man" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Maya Man is a New York City based artist, programmer, and dancer." />
<meta property="og:image" content="https://mayaontheinter.net/assets/main.png" />
<meta property="og:url" content="https://mayaontheinter.net/" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@mayaonthenet">
<meta name="twitter:title" content="Maya Man">
<meta name="twitter:description" content="Maya Man is a New York City based artist, programmer, and dancer." />
<meta name="twitter:image" content="https://mayaontheinter.net/assets/main.png" />
<meta name="twitter:image:alt"
content="A screenshot of Maya's website homepage with many project images, selfies, and screenshots are stacked all over the screen." />
<link rel="stylesheet" href="/style.css" type="text/css">
<link rel="icon" type="image/png" href="/assets/blue_globewithmeridians.png">
<script src="/data.js"></script>
<script src="/main.js"></script>
<script>
console.log('Hello, welcome');
console.log('Want to leave a secret note?');
console.log('https://docs.google.com/document/d/1wNdPyZ7N0VYaROOkT7l2tvtctSJE42L1j78MPIp6TUo/edit?usp=sharing');
window.onload = () => {
initMain();
};
</script>
<!-- Statcounter code -->
<script type="text/javascript">
var sc_project = 12429870;
var sc_invisible = 1;
var sc_security = "af92297b";
var sc_https = 1;
var sc_remove_link = 1;
</script>
<script type="text/javascript" src="https://www.statcounter.com/counter/counter.js" async></script>
<noscript>
<div class="statcounter"><img class="statcounter" src="https://c.statcounter.com/12429870/0/af92297b/1/" alt="free hit
counter"></div>
</noscript>
<!-- End of statcounter code -->
</head>
<body>
<div class="container special-background" id="main-container">
<p class="marquee">
<a id="annoucement" aria-label="Link to announcement (Opens in a new tab)" target="_blank" href=""></a>
</p>
<div class="nav">
<div class="nav-link"> <a href="./index/">INDEX</a> </div>
<div id="active-link" class="nav-link"> <a href="/">
☆:*💞🌸!!💘🆒:-)👾🌼💖⛅️🌞<3🍇💌 ✿📓💓💟💭 </a>
</div>
<div class="nav-link"> <a href="./info/">INFO</a> </div>
</div>
<div id="main"></div>
</div>
</body>
</html>