mirror of
https://github.com/Ed94/metadesk.git
synced 2026-06-24 20:54:59 -07:00
37 lines
1010 B
HTML
37 lines
1010 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"><meta name="author" content="Ryan Fleury">
|
|
<meta property="og:title" content="">
|
|
<meta name="twitter:title" content="">
|
|
<link rel="canonical" href="https://example.site">
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:url" content="https://example.site">
|
|
<meta property="og:site_name" content="Example Site">
|
|
<meta name="twitter:card" content="summary">
|
|
<meta name="twitter:site" content="@ryanjfleury">
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
<script src="site.js"></script>
|
|
<title>Example Site</title>
|
|
</head>
|
|
<body>
|
|
|
|
<div class="header">
|
|
<h1>Example Site</h1>
|
|
<a href="#">Test Link 1</a>
|
|
<a href="#">Test Link 2</a>
|
|
<a href="#">Test Link 3</a>
|
|
</div>
|
|
<div class="page_content">
|
|
</div>
|
|
|
|
<div class="footer">
|
|
<h4>Example Site Footer</h4>
|
|
<a href="#">Test Link 1</a>
|
|
<a href="#">Test Link 2</a>
|
|
<a href="#">Test Link 3</a>
|
|
</div>
|
|
</body>
|
|
</html>
|