-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathindex.html
41 lines (35 loc) · 1.47 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
<!DOCTYPE html>
<html lang="en-us"><head>
<meta charset="UTF-8">
<title>Better Discord Themes</title>
<html class="home-bg">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#134E72">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700|Montserrat|PT+Sans+Narrow:700" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css\styles.css">
<link rel="stylesheet" href="css\scrollbar.css">
</head>
<body>
<section class="page-header">
<div class="title" align="left" style="max-width: 576px; max-height: 572px;">
<img src="https://svgshare.com/i/91d.svg">
</div>
<div class="topnav" align="right">
<a href=".\index.html" class="navbaractivebtn">Home</a>
<a href=".\Pages\page-themes.html" class="navbtn">Themes</a>
<a href=".\Pages\page-remastered-themes.html" class="navbtn">Remastered Themes</a>
<a href=".\Pages\page-addons.html" class="navbtn">Addons</a>
<a href=".\Pages\page-contact.html" class="navbtn">Contact</a>
<a href=".\Pages\page-donate.html" class="navbtn">Donate</a>
</div>
</section>
<div class="textbox">
<div class="texttitle">
<p>Theme Repository</p>
</div>
<div class="textmain">
<p>This is where you should expect to find themes and addons made by me, Ruben7173, use the navigation buttons to look for themes/addons. You are also free to either contact me or donate if you like my work.</p>
</div>
</div>
</body>
</html>