-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (47 loc) · 1.31 KB
/
index.html
File metadata and controls
47 lines (47 loc) · 1.31 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
47
<!DOCTYPE html>
<html>
<head>
<title>Qbert's Workshop</title>
<link rel = "stylesheet" href="styles.css">
<link rel="icon" href="assets/pagemain/haticon.png">
<meta property="og:type" content="website">
<meta property="og:title" content="Qbert's Workshop" />
<meta property="og:description" content="The Home of the man" />
<meta property="og:url" content="https://youtu.be/dQw4w9WgXcQ" />
<meta property="og:image" content="assets/pagemain/3dhaticon.png" />
</head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script>
$(function(){
$(".resource_header").load("header.html");
});
</script>
<body>
<div class="resource_header">
</div>
<div class="sidebar"></div>
<div class="mainbar">
<div>
<center>
<div class=blog>
<div class=home-container>
<img src="assets/pagemain/qberticon.png" class="largetitle" alt="Crimson hat">
<br><br>
<p3>
Qbert
</p3>
<br>
<div class="hometext">
<p1>
Hi I'm Qbert, I am a artist who has to much time on their hands. I spend a lot of time making minecraft art, however I do branch off into other things from time to time. But for the most part I like to put things in minecraft
</p1>
</div>
</div>
</div>
</center>
</div>
<div class="leftSide">
</div>
</div>
</body>
</html>