hello worlds
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
---
|
||||
import Footer from "../components/Footer.astro";
|
||||
---
|
||||
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>TenWholeYears</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link href="/css/bootstrap.min.css" rel="stylesheet" media="screen" />
|
||||
<link
|
||||
href="/css/bootstrap-responsive.min.css"
|
||||
rel="stylesheet"
|
||||
media="screen"
|
||||
/>
|
||||
<link href="/css/styles.css" rel="stylesheet" />
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||
</head>
|
||||
<body>
|
||||
<slot />
|
||||
<Footer />
|
||||
<script src="/js/jquery-4.0.0.min.js" is:inline></script>
|
||||
<script src="/js/bootstrap.min.js" is:inline></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user