-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (23 loc) · 952 Bytes
/
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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Welcome to daily dose of Memes</title>
<link rel="stylesheet" type="text/css" href="/css/styles2.css">
<link rel="icon" type="x/icon" href="/images/sanic.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap" rel="stylesheet">
</head>
<body>
<div class="heading-div">
<h1>Daily Dose of Memes</h1><br>
</div>
<div class="rest-div">
<h3 class="text-1">Login to continue!</h3><br>
</div>
<div class="rest-div">
<a href="/login"><button id="login-button">Login</button></a>
</div>
</body>
</html>