-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (49 loc) · 2.93 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
<html>
<style class="Style">
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@600&display=swap');
</style>
<link rel="stylesheet" href="styles.css">
<title>Tab Blast</title>
<head>
<link rel="apple-touch-icon" sizes="180x180" href="https://my-computer-is-trash.github.io/Tab-Blast/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://my-computer-is-trash.github.io/Tab-Blast/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://my-computer-is-trash.github.io/Tab-Blast/favicons/favicon-16x16.png">
<link rel="manifest" href="https://my-computer-is-trash.github.io/Tab-Blast/favicons/site.webmanifest">
<link rel="mask-icon" href="https://my-computer-is-trash.github.io/Tab-Blast/favicons/safari-pinned-tab.svg" color="#ff5200">
<link rel="shortcut icon" href="https://my-computer-is-trash.github.io/Tab-Blast/favicons/favicon.ico">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="https://my-computer-is-trash.github.io/Tab-Blast/favicons/mstile-144x144.png">
<meta name="msapplication-config" content="https://my-computer-is-trash.github.io/Tab-Blast/favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<div class="HeadingAndSubheadingContainer">
<h1 class="Heading">Tab Blast</h1>
<h1 class="HeadingGlow">Tab Blast</h1>
<h3 class="Subheading">The In Browser Stress Test That Opens Tabs!</h3>
</div>
</head>
<body class="Body">
<div class="NumberOfTabsContainer">
<input type="number" class="NumberOfTabs" id="NumberOfTabs" min="1" placeholder="Enter Number Of Tabs:">
</div>
<div class="Url0Container">
<input type="input" class="Url0" id="Url0" placeholder="Enter URL:" autocomplete="off">
</div>
<div class="StartButtonContainer">
<button class="StartButton" id="StartButton" role="button" onclick="WindowOpen()">Start Stress Test</button>
</div>
</body>
<script src="main.js"></script>
</html>
<!--
<Tab Blast (TBLST)> <A stress test that opens a user-definable amount of tabs>
Copyright (C) <2023> <Jack Burlingham>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>