22 lines
814 B
HTML
22 lines
814 B
HTML
<!doctype html>
|
|
<html class="no-js" lang="">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
|
<title>About Me</title>
|
|
<meta name="description" content="A brief biography" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
|
<!-- Place favicon.ico in the root directory -->
|
|
<link href="/global.css" rel="stylesheet" />
|
|
<link href="/about.css" rel="stylesheet" />
|
|
<link href="/header.css" rel="stylesheet" />
|
|
<script type="text/javascript" src="/loadin.js"></script>
|
|
<script type="text/javascript" src="/about.js"></script>
|
|
</head>
|
|
<body onload="loadDependencies()">
|
|
<header id="header"></header>
|
|
I'm just a girl!
|
|
</body>
|
|
</html>
|