aboutsummaryrefslogtreecommitdiff
path: root/startpage/index.html
blob: 18b2dd2e9b4a39d43862bec360d53cd0450a392f (plain)
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>
<head>
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<title>Welcome, Vidhu Kant!</title>
</head>
<body>
	<style>
		body {
		        margin: 7px;
		        background-color: #111111;
		        background-image: url('main/background.jpg');
		        background-repeat: no-repeat;
		        background-size: cover;
		}
		
		.nav-container {
		        margin: -7px;
		        background-color: #3333330d;
		        overflow: hidden;
		        position: fixed;
		        bottom: 6px;
		        width: 100%;
		        padding: 13px 0px 22px 0px;
		}
		
		.nav {
		        max-width: 96%;
		        margin: 3%;
		        padding: 12px 12px 12px 12px;
		        background-color: #FCFCFCdd;
		        border: 2px solid #232627;
		        border-radius: 90px 90px 90px 90px;
		}
		
		.nav a {
		        color: #FFFFFF;
		        background-color: #5b76b7;
		        text-decoration: none;
		        padding: 8px 18px;
		        border-radius: 20px;
		        margin-right: 3px;
		        margin-left: 3px;
		}
		
	</style>
	<div class="clock">
		{{ .time }}
	</div>
	<div class="nav-container">
		<span class="nav">
			<a href="https://myanimelist.net">MyAnimeList</a>
			<a href="https://old.reddit.com">Reddit</a>
			<a href="https://myanimelist.net/profile/MikunoNaka">MAL Profile</a>
			<a href="https://twitter.com">Twitter</a>
			<a href="https://youtube.com">YouTube</a>
			<a href="https://amazon.in">Amazon</a>
			<a href="https://mega.nz">Mega</a>
			<a href="https://nyaa.si">Nyaa</a>
			<a href="https://www.youtube.com/playlist?list=PL8lRJQHQWdduy2V0DQQ4Lm0P572XJFVB9">Music</a>
			<a href="https://www.youtube.com/playlist?list=PL8lRJQHQWddu55nsz8CezmJJ-GRVISZ1E">音楽</a>
			<a href="http://localhost:8080">localhost</a>
			<a href="https://colorpicker.me/#5B76B7">color picker</a>
		</span>
	</div>
</body>
</html>