-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
39 lines (38 loc) · 1.4 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
35
36
37
38
39
<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8">
<meta name="Rhesa Prawedha" content="Profile">
<!-- <meta http-equiv="refresh" content="1800"> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LIVE From drprawedha@github</title>
<link rel="stylesheet" href="assets/css/styles.css">
<link rel="shortcut icon" href="assets/img/favicon_io/favicon.ico" type="image/x-icon">
</head>
<body>
<div class="header">
<p>Hello World, <br>
Live From <strong>drprawedha pc's</strong></p>
<p>My <a href="tugas/html/index.html">latest Project</a> and My Old Site is <a href="old-site/index.html">here</a></p>
</div>
<figure>
<a href="/old-site/index.html" target="_blank" rel="noopener noreferrer">
<img
src="assets/img/image.webp"
alt="Profile Picture"
title="A picture"
width="300"
height="300">
<figcaption>Panda on Mission #1</figcaption>
</a>
</figure>
<div class="footer">
<ul>
<li><a href="http://drprawedha.tumblr.com" target="_blank" rel="noopener noreferrer">Blog</a> </li>
<li><a href="mailto:[email protected]">Email</a></li>
<li><a href="tel:+6281225445935">Phone</a> </li>
</ul>
</div>
<!-- NEED AUDIO ELEMENT TO START -->
</body>
</html>