mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-05 15:18:46 +00:00
finish the elimination of MD_PushSibling
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user