init
This commit is contained in:
commit
bf6153d028
28 changed files with 537 additions and 0 deletions
65
templates/petme.html
Normal file
65
templates/petme.html
Normal file
|
@ -0,0 +1,65 @@
|
|||
{% load static %}
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
|
||||
<!-- Begin Jekyll SEO tag v2.8.0 -->
|
||||
<title>Pet Friendly | A FFXIV FC on Sophia</title>
|
||||
<meta property="og:title" content="Pet Friendly" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="A FFXIV FC on Sophia" />
|
||||
<meta property="og:description" content="A FFXIV FC on Sophia" />
|
||||
<link rel="canonical" href="https://xiv.pet/me/" />
|
||||
<meta property="og:url" content="https://xiv.pet/me/" />
|
||||
<meta property="og:site_name" content="Pet Friendly" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Pet Friendly" />
|
||||
<script type="application/ld+json">
|
||||
{"@context":"https://schema.org","@type":"WebPage","description":"A FFXIV FC on Sophia","headline":"Pet Friendly","url":"https://xiv.pet/me/"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link rel="preload" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap" as="style" type="text/css" crossorigin>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="theme-color" content="#157878">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<link rel="stylesheet" href="https://pages-themes.github.io/cayman/assets/css/style.css?v=56aa6db3b5088a555aa563e8bf071f3d18565d3b">
|
||||
<!-- start custom head snippets, customize with your own _includes/head-custom.html file -->
|
||||
|
||||
<!-- Setup Google Analytics -->
|
||||
|
||||
|
||||
|
||||
<!-- You can set your favicon here -->
|
||||
<!-- link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<a id="skip-to-content" href="#content">Skip to the content.</a>
|
||||
|
||||
<header class="page-header" role="banner">
|
||||
<h1 class="project-name">Pet Friendly</h1>
|
||||
<h2 class="project-tagline">A FFXIV FC on Sophia</h2>
|
||||
|
||||
<a href="https://github.com/alyssadev/xiv.pet" class="btn">View on GitHub</a>
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
<main id="content" class="main-content" role="main">
|
||||
<p>Lorem ipsum etc</p>
|
||||
|
||||
|
||||
<footer class="site-footer">
|
||||
|
||||
<span class="site-footer-owner"><a href="https://github.com/alyssadev/xiv.pet">xiv.pet</a> is maintained by <a href="https://github.com/alyssadev">alyssadev</a>.</span>
|
||||
|
||||
</footer>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue