-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
51 lines (47 loc) · 1.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
/* Add a mobile-friendly stylesheet */
@media (max-width: 600px) {
body {
font-size: 16px;
}
.container {
width: 100%;
}
/* Add any other mobile-specific styles */
}
</style>
<title>SwagMode - Home</title>
<link rel="shortcut icon" type="image/png" href="favicon.ico">
<link rel="stylesheet" href="style.css">
<meta content="SwagMode" property="og:title">
<meta content="We are proud to be one of the leading scripting communities for Da Hood." property="og:description">
<meta content="SwagMode.net" property="og:site_name">
<meta content='' property='og:image'>
<meta name="twitter:card" content="summary_large_image">
<meta name="theme-color" content="#fc5184">
</head>
<body>
<div class="navbar">
<img src="logo.png" class="logo">
<ul>
<li><a href="/unban">UNBAN APPEAL</a></li>
<li><a href="/credits">Credits</a></li>
</ul>
</div>
<div class="content">
<h1 class="gradient-text">SWAGMODE</h1>
<p class="discription">Welcome to Swag mode! We are a top-rated scripting community for Da Hood. Thank you for visiting our website. On our site, <br>you can find the latest updates on our scripts and access the link to join our Discord server. We look forward to seeing you there!</p>
<div>
<a href="/scripts"><button type="button"><span></span>SCRIPTS</button></a>
<a href="/premium"><button type="button"><span></span>PREMIUM</button></a>
<a href="/discord"><button type="button"><span></span>DISCORD</button></a>
</div>
</div>
</body>
</html>