-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (37 loc) · 1.87 KB
/
Copy pathindex.html
File metadata and controls
37 lines (37 loc) · 1.87 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Call Me Not: Say no to quick calls, get sh*t done.">
<meta name="keywords" content="Call Me Not, excuses, productivity, no calls, get sh*t done">
<meta name="author" content="Nikhil Tirumalasetty">
<link rel="icon" href="assets/logo.png" type="image/x-icon">
<title>Call Me Not: Say no to quick calls, get sh*t done.</title>
<link rel="stylesheet" href="styles.css">
<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=Press+Start+2P&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap" rel="stylesheet">
<script src="app.js"></script>
<script defer src="https://cloud.umami.is/script.js" data-website-id="e6ad5883-cee9-4f42-bf00-dbc542d6d491"></script>
<script async src="https://cdn.seline.so/seline.js" data-token="30185362333eade"></script>
</head>
<body>
<div id="box">
<header>
<div id="logo-container">
<img src="assets/logo.png" alt="Call Me Not Logo" id="logo">
</div>
<h1>Call Me Not</h1>
<p>Say no to quick calls, get sh*t done.</p>
</header>
<main>
<div id="display"></div>
<button id="generate">GENERATE AN EXCUSE</button>
</main>
</div>
<footer>
<p>On a mission to free the world from quick calls.<br><br>A fun lil project by <a href="https://dub.sh/nikhil-on-x" target="_blank">Nikhil Tirumalasetty</a> (an attempt to learn to code).</p>
</footer>
</body>
</html>