-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (20 loc) · 968 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
<DOCTYPE html>
<head>
<link rel="stylesheet" href="main.css">
<link href="https://fonts.googleapis.com/css?family=Asap|Lobster|Maven+Pro|Montserrat|Questrial|Sedgwick+Ave|Source+Serif+Pro" rel="stylesheet">
<title>Welcome to my personal space</title>
</head>
<html>
<body>
<h1>Hello world, what's up?</h1>
<div class="body">
So I've been toying with the idea of starting a page and blog while I work to expand my development skills beyond what I've done, so why not use this one, eh?<br/>
I know, this is a pretty basic looking page, but it's also just plain old-fashioned HTML, so as I get deeper into JavaScript, it'll start looking a bit more fancy.
</div>
<div class="body">
Oh, and if you're interested, here's what I currently <a href="uses.html">use</a> in my life in IT DevOps and as a beginner developer.
</div>
<div class="body">
</div>
</body>
</html>