forked from hartator/wheniskeynote.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (31 loc) · 1.55 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="description" content="Discover when Apple's next keynote / product event is happening!">
<meta name="keywords" content="apple, event, keynote, next, address">
<title>When is the next Apple keynote?</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="images/keynote_icon57x57.png">
<link rel="apple-touch-icon" sizes="76x76" href="images/keynote_icon76x76.png">
<link rel="apple-touch-icon" sizes="120x120" href="images/keynote_icon120x120.png">
<link rel="apple-touch-icon" sizes="176x175" href="images/keynote_icon176x176.png">
<link rel="canonical" href="http://wheniskeynote.com/" />
<link rel="stylesheet" href="style/main.css">
</head>
<body class="counteverest">
<noscript>Please enable JavaScript in your browser and reload this page.</noscript>
<div class="container">
<div id="response">
<h1 id="dark">The next Apple keynote address / product event is:</h1>
</div>
<div class="footer">
<p>Help us keep this website up to date. Add the event by making a PR on <a href="https://github.com/hartator/wheniskeynote.com">GitHub</a>
<br>Brought by <a href="https://serpapi.com">Serp Api</a>: <a href="https://serpapi.com">Google Search API</a><br>
© <script>document.write(new Date().getFullYear())</script> wheniskeynote.com</p>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="js/addNewEvent.js"></script>
<script src="js/main.js"></script>
</body>
</html>