-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (22 loc) · 941 Bytes
/
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
<DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>ASRJC Computing</title>
</head>
<body>
<h1>My Portfolio</h1>
<h2>Introduction</h2>
<p>I am a H2 Computing student from ASRJC</p>
<h3><img src=https://media.tenor.com/GrbnmOIa31gAAAAM/dancing-squirrel.gif alt="dancing squirrel" style=float:right;><img src=https://media.tenor.com/GrbnmOIa31gAAAAM/dancing-squirrel.gif alt="dancing squirrel" style=float:left;>Education</h3>
<ul>
<li><a href=https://www.saintandrewsjunior.moe.edu.sg/>SAJS</a></li>
<li><a href=https://www.acsindep.moe.edu.sg/>ACSI</a></li>
<li><a href="https://asrjc.moe.edu.sg/">ASRJC</a></li>
</ul>
<p><mark>Photo of me</mark></p>
<img width=500px height=1000px src=https://static0.gamerantimages.com/wordpress/wp-content/uploads/2020/07/Copy-of-Copy-of-Copy-of-Creatives-29.jpg alt=Me>
<p>Here is a emoji: 🤣</p>
<hr>
</body>
</html>