This repository has been archived by the owner on Mar 31, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (38 loc) · 1.74 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="title" content="Possiblynitro"/>
<meta name="og:title" content="Possiblynitro"/>
<meta name="og:description" content="A Discord Nitro link generator that will sometimes produce results!"/>
<meta name="og:type" content="website"/>
<meta name="og:url" content="https://182exe.github.io/possiblynitro"/>
<meta name="og:image" content="https://raw.githubusercontent.com/182exe/resources/main/thing.png"/>
<link rel="shortcut icon" type="image/jpg" href="https://raw.githubusercontent.com/182exe/resources/main/thing.png"/>
<link rel="icon" type="image/jpg" href="https://raw.githubusercontent.com/182exe/resources/main/thing.png"/>
<link rel="stylesheet" href="styles.css">
<link href='https://fonts.googleapis.com/css?family=Fredoka' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Courier Prime' rel='stylesheet'>
<title>Possiblynitro</title>
</head>
<body>
<div class="title">
<h1>Possiblynitro</h1>
<h5>A Discord Nitro link generator that will sometimes produce results!</h5>
</div>
<hr class="hr">
<div class="title">
<h3>Settings</h3>
<h5>Please input how many links you want to generate.</h5>
<input id="lengthInput" class="settings" type="number" placeholder="Number of Links">
<button class="button" onclick="javascript:updateSettings()">Generate</button>
<button class="button" onclick="javascript:copyResult()">Copy Result</button>
<button class="button" onclick="javascript:viewRaw()">View Raw Result</button>
<br>
<br>
</div>
<hr class="hr">
<div class="text"></div>
<script src="main.js"></script>
</body>
</html>