-
Notifications
You must be signed in to change notification settings - Fork 0
/
landing.html
33 lines (30 loc) · 1.23 KB
/
landing.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="./styles/global.css" />
<link rel="stylesheet" href="./styles/landing-styles.css" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link href="https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap" rel="stylesheet" />
<link
href="https://fonts.googleapis.com/css2?family=Fjalla+One&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet" />
</head>
<body>
<div class="container">
<header class="header">
<h1 class="title">Debugger Timeout</h1>
<p class="description">The best extension to set a timed debugger to inspect hard-to-grab elements on web pages
</p>
</header>
<main class="main">
<img src="./images/landing.png"
title="Easy to use: first open the devtools, set the timer and run the debugger" />
</main>
<footer class="footer">
Developed by <a class="github" href="https://github.com/nunibaranes" target="_blank">Nunibaranes</a>
</footer>
</div>
</body>
</html>