-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (39 loc) · 1.5 KB
/
index.html
File metadata and controls
42 lines (39 loc) · 1.5 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
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<script type="text/javascript" src="//w.24timezones.com/l.js" async></script>
<title>RAMON EMMIEL</title>
</head>
<body>
<main>
<h1>RAMON EMMIEL</h1>
<img src="https://i.imgur.com/sktUr1U.jpeg" alt="A photo of SLU Maryheights Campus">
<span id="timezone">
<i>
<a href="//24timezones.com/current_time/philippines_baguio_clock.php" style="text-decoration: none" class="clock24" id="tz24-1727684220-c214824-eyJob3VydHlwZSI6IjEyIiwic2hvd2RhdGUiOiIwIiwic2hvd3NlY29uZHMiOiIxIiwic2hvd3RpbWV6b25lIjoiMSIsInR5cGUiOiJkIiwibGFuZyI6ImVuIn0=" title="time zone Baguio" target="_blank" rel="nofollow">TIME IN BAGUIO CITY</a>
</i>
</span>
<span id="links">
<a href="about.html">about</a>
|
<a href="faq.html">faqs</a>
|
<a href="books.html">books</a>
|
<a href="contact.html">contact</a>
|
<a href="blog.html">blog</a>
</span>
<section id="thanatos">
<h2>Ask me anything!</h2>
<input type="text" id="queryInput" placeholder="Ask me anything...">
<button id="askButton">Ask</button>
</section>
<div id="answer"></div>
</main>
<script src="thanatos.js"></script>
</body>
</html>