-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
61 lines (52 loc) · 2.95 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
<!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.0">
<meta property="og:type" content="website">
<meta property="og:title" content="Server for Disease Control">
<meta property="og:url" content="https://maendisease.github.io">
<meta property="og:description" content="This is my site. There are many like it, but this one is mine. My site is my best friend. It is my pain.">
<meta content="#f7233f" data-react-helmet="true" name="theme-color">
<meta property="og:image" content="https://maendisease.github.io/assets/video/Suichan.gif">
<link rel="icon" href="/assets/img/tabIcon-a.png">
<link rel="stylesheet" href="/assets/css/style.css">
<title>maenDisease</title>
</head>
<body>
<!-- Spinning Character -->
<marquee behavior="alternate" direction="down" width="100%" height="100%">
<marquee behavior="alternate" direction="left" width="100%">
<img class="spinningcenter" src="https://maendisease.github.io/assets/img/900090389057396846.gif" alt="Spinning girl" draggable="false">
</marquee>
</marquee>
<!-- Background effects -->
<div id="bg-wrapper">
<img class="bg" src="https://64.media.tumblr.com/10426862e59a38a5cc04a228999e2aa3/62cd5cf6644e95da-3c/s500x750/b534de2d4f2e521259abcce9f5d19a23bbe15f8e.jpg" alt="wallpaper" draggable="false">
<img class="toilet toilet1" src="https://media.giphy.com/media/KuI7ABiTvZylW/200w.gif" alt="Spinning Toilet 1">
<img class="toilet toilet2" src="https://media.giphy.com/media/KuI7ABiTvZylW/200w.gif" alt="Spinning Toilet 2">
<img class="toilet toilet3" src="https://media.giphy.com/media/KuI7ABiTvZylW/200w.gif" alt="Spinning Toilet 3">
<img class="toilet toilet4" src="https://media.giphy.com/media/KuI7ABiTvZylW/200w.gif" alt="Spinning Toilet 4">
</div>
<!-- Main App -->
<div id="app-mount">
<div class="donate">
<script type='text/javascript' src='https://storage.ko-fi.com/cdn/widget/Widget_2.js'></script><script type='text/javascript'>kofiwidget2.init('Give Me Money on Ko-fi', '#f7233f', 'T6T8DJZ9J');kofiwidget2.draw();</script>
</div>
<div class="title-wrapper">
<h3 class="title">Welcome To My Website</h3>
<h2 class="title subtitle">by</h2>
<h3 class="title subtitle2">Disease</h3>
</div>
<div class="body">
<img class="profileimg" src="https://avatars.githubusercontent.com/u/90428263?v=4" alt="Disease picture" draggable="false">
<a href="https://github.com/maenDisease">My github</a>
<a href="https://github.com/maenDisease">My github</a>
</div>
<div class="footer">
<img class="advert" src="assets\img\milindustrialcomplex.png" alt="Military Industrial Complex">
</div>
</div>
</body>
</html>