-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (38 loc) · 1.48 KB
/
index.html
File metadata and controls
46 lines (38 loc) · 1.48 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
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>replit</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1>Hello Everyone!</h1>
<h3>Introduction</h3>
<p>Hello everyone my name is Maya and I'm a sophomore studying Computer Science at UH Manoa.
One fun fact about me is that I've played violin for 13 years (way too long in my opinion). I can't wait to get to
know everyone better!</p>
<h3>Interests/Likes</h3>
<ul>
<li>Sleeping</li>
<li>Drawing</li>
<li>Traveling</li>
</ul>
<img
src="https://post.greatist.com/wp-content/uploads/sites/2/2021/05/GRT-344487-Need_Some_Netflix_and_Snooze_Sleeping_with_the_TV_on_Might_Be_the_Worst-732x549-Thumbnail.jpg"
alt="sleeping">
<img
src="https://cdn.thewirecutter.com/wp-content/uploads/2020/02/5cheapish-drawing-lowres-2x1-7321.jpg?auto=webp&quality=75&crop=2:1&width=1024"
alt="drawing">
<img
src="https://www.osfhealthcare.org/blog/wp-content/uploads/2020/11/toy-plane-next-to-mask-passport-and-plane-ticket.png"
alt="traveling">
<script src="script.js"></script>
<!--
This script places a badge on your repl's full-browser view back to your repl's cover
page. Try various colors for the theme: dark, light, red, orange, yellow, lime, green,
teal, blue, blurple, magenta, pink!
-->
<script src="https://replit.com/public/js/replit-badge.js" theme="blue" defer></script>
</body>
</html>