-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (30 loc) · 1.2 KB
/
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
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://code.jquery.com/jquery-3.3.1.slim.js" integrity="sha256-fNXJFIlca05BIO2Y5zh1xrShK3ME+/lYZ0j+ChxX2DA=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/seedrandom/2.4.4/seedrandom.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.css">
<script src="files.js"></script>
<script src="default.js"></script>
<link rel="stylesheet" type="text/css" href="default.css"><meta name="google-site-verification" content="tbZW6ZIg9oZ3CPpxQTU2bPy6nXwTBLGWQWQo3EAKFyg" />
<title>Larrys.tech</title>
<script>
$(function(){
window.setTimeout(function(){
$("#lc_content").append($("<p>Email me at <a href='mailto:larryq"+"@larrys.tech'>larryq"+"@larrys.tech</a></p>"));
},10);
});
</script>
</head>
<body>
<div id=lc_header>
</div>
<div id=lc_content>
<div id=lc_title>
</div>
<p>Welcome to my site on the internet!</p>
<p>Stuff there ⇧, Source <a href='https://github.com/LQ1234/LQ1234.github.io'>here</a>.</p>
</div>
</body>
</html>