-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (19 loc) · 838 Bytes
/
index.html
File metadata and controls
20 lines (19 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<head>
<title>SimplyPrivate</title>
<link rel="shortcut icon" href="default.png" type="image/x-icon">
<meta name="robots" content="index, follow">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="SimplyPrivate | The most oversimplified browser!">
<link rel="stylesheet" href="css/Main.css">
<link rel="stylesheet" href="css/maindtool.css">
</head>
<body>
<div class="rain"></div>
<img src="icons/cover.png" class="icon">
<div class="tools">
<button class="about" onclick="location.href = 'about.html'">About</button>
<button class="download" onclick="location.href = 'downloads.html'">Download</button>
<button class="discord" onclick="location.href = 'https://discord.gg/XjvVs2RHqH'">Discord Server</button>
</div>
<script src="js/raindrops.js"></script>
</body>