-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (32 loc) · 1.57 KB
/
index.html
File metadata and controls
34 lines (32 loc) · 1.57 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>profile 1990</title>
</head>
<body>
<a href="./public/about.html"> About me</a>
<a href="./public/contact.html"> Content</a>
<a href="./index.html"> Home</a>
<hr />
<img src="./assets/images/sedang_1656160453_logo-karang-taruna.png" alt="karangtruna-logo" height="180" width="180" />
<h1>Karangratuna "karya Bersama" Kota Raja</h1>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. </p><p> Corrupti assumenda tempora alias aliquid obcaecati repudiandae delectus iure odio recusandae quia,</p><p> ipsa ab impedit repellat eligendi, dignissimos nostrum modi accusantium! Nostrum?</p>
<hr />
<h2><a href="./public/movie-ranking.html">Movis Ranking Project</a></h2>
<a
href="./public/movie-ranking.html">
<img src="./assets/images/movie-ranking.png" alt="movies learnig" height="300" width="300">
</a>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. </p><p> Corrupti assumenda tempora alias aliquid obcaecati repudiandae delectus iure odio recusandae quia,</p><p> ipsa ab impedit repellat eligendi, dignissimos nostrum modi accusantium! Nostrum?</p>
<h2>
<a href="./public/birthday-invite.html">
birthday invite Project
</a>
</h2>
<a href="./public/birthday-invite.html">
<img src="./assets/images/birthday-invite.png" alt="fuckcia" height="300" width="300">
</a>
</body>
</html>