-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (29 loc) · 1.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="./css/main.css">
<link rel="stylesheet" href="./css/index.css">
<title>I Believe in URL</title>
</head>
<body>
<div class="url-form-wrapper">
<h1>TINY-IFY YOUR URL!</h1>
<form id="url-form">
<label>URL<input name="long-url" required> </label>
<button>TINYFY</button>
</form>
<p id="short-url"></p>
<button id="sign-out">Sign Out</button>
</div>
<h2>Our Aggregations: </h2>
<a href="https://joliliah.herokuapp.com/hits/top10">Top 10</a>
<a href="https://joliliah.herokuapp.com/hits/locationData/5d422027c0d533e5dec1f1c2">Website 1</a>
<a href="https://joliliah.herokuapp.com/hits/locationData/5d422027c0d533e5dec1f1c0">Website 2</a>
<a href="https://joliliah.herokuapp.com/hits/locationData/5d422027c0d533e5dec1f1bf">Website 3</a>
<a class="about" href="about-us.html">About Us</a>
<script type="module" src="index.js"></script>
</body>
</html>