-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
21 lines (18 loc) · 858 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<head>
</head>
<body>
<link rel="stylesheet" href="main.css">
<h1>Welcome to my website</h1>
<p><a href="about.html">About Me</a></p>
<p><a href="contact.html">Contact Me</a></p>
<br><br>
<p>Here are links to my portfolio</p>
<p>Linkedin - <a href="https://au.linkedin.com/in/declan-golebiowski-86a999243">au.linkedin.com/in/declan-golebiowski-86a999243</a> </p>
<p>Github - <a href="https://github.com/noteski">Github.com/noteski</a></p>
<iframe src="https://scratch.mit.edu/projects/725955509/embed" allowtransparency="true" width="485" height="402"
frameborder="0" scrolling="no" allowfullscreen></iframe><br />
<p>A link to the projects source can be found here <a
href="https://scratch.mit.edu/projects/725955509/editor/">Scratch.mit.edu</a></p>
</body>
</html>