-
Notifications
You must be signed in to change notification settings - Fork 0
/
links.html
147 lines (125 loc) · 4.23 KB
/
links.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5R6WTRH');</script>
<!-- End Google Tag Manager -->
<link rel="stylesheet" href="links.css" />
<link rel="icon" href="https://logo-phi.vercel.app/three.png" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="theme-color" content="#000000">
<meta name="description" content="Vikram Srinivas">
<link rel="manifest" href="1.json">
<script src="case.js"></script>
<link href="https://kit-pro.fontawesome.com/releases/latest/css/pro-v4-shims.min.css" media="all" rel="stylesheet">
<link href="https://kit-pro.fontawesome.com/releases/latest/css/pro-v4-font-face.min.css" media="all"
rel="stylesheet">
<link href="https://kit-pro.fontawesome.com/releases/latest/css/pro.min.css" media="all" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<title>Vikram Srinivas</title>
<link href="chunk1.css" rel="stylesheet">
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5R6WTRH"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<noscript>
<strong>
<u>
You Need To enable JavaScript To use this app
</u>
</strong>
</noscript>
<script src="ginyosbot.js" async></script>
<script src="links.js"></script>
<header>Links</header>
<h1></h1> <br>
<h2></h2>
<section class="games" style="align-items: center;">
<h1> Games:-
</h1><br>
<h2>
</h2>
<button class="piggame" onclick="pigGame();">
PigGame
</button>
<button class="GuessMyNumber" onclick="GMyNum();">
Guess my Number
</button>
</section>
<section class="ACC">
<h2>
</h2>
<br>
<h1>Follow Me On :-</h1><br>
<h2>
</h2>
<br>
<button class="github" onclick="github();">
<i class="fa fa-github" style="font-size:36px"></i>
</button>
<button class="github" class="gitlab" onclick="gitlab();">
<i class="fa fa-gitlab" style="font-size: 36px;"></i>
</button>
<button class="github" onclick="ginyos();">
<i>GinyOS
</i>
</button>
</section>
<h2>
</h2>
<br>
<div class="links">
<h1>Websites :-</h1>
<button class="1" onclick="one();">
Blog
</button>
<button class="2" onclick="two();">
Bot
</button>
<button class="3" onclick="three();">
Server
</button>
<h2>
</h2>
<br>
<button class="4" wraptext="true" onclick="four();">
Personal Website[.tech]
</button>
<button class="5" onclick="five();">
Code-with-Ginyos Blog
</button>
<button class="6" onclick="six();">
Personal Website[.me]
</button>
</div>
<div class="TextFiled">
<h2>
</h2>
<br>
<form>
<input type="text" class="name" placeholder="Enter Your Name">
<br>
<button type="button" class="ok" onclick="greet()">
Submit
</button>
<button type="reset" class="ok" id="reset" onclick="onReset();">
Reset
</button>
</div>
</form>
<br>
<h1 class="showtxt"></h1>
<br>
<span style="padding-left:10px ;">
<a href="https://vikramsrinivas.me"><i class="back"> ← Go Back</i> </a>
</span>
</body>
</html>