Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
paulprins authored Dec 20, 2024
0 parents commit 2d6bbef
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!doctype html>
<html class="no-js" lang="">

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Urban Monastic Press</title>
<link rel="stylesheet" href="css/style.css">
<meta name="description" content="">

<meta property="og:title" content="Urban Monastic Press">
<meta property="og:type" content="">
<meta property="og:url" content="https://urbanmonasticpress.org/">
<meta property="og:image" content="">
<meta property="og:image:alt" content="">

<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" href="/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="icon.png">

<link rel="manifest" href="site.webmanifest">
<meta name="theme-color" content="#fafafa">
</head>

<body>
<p>Urban Monastic Press holding page.</p>
<script src="js/app.js"></script>

</body>

</html>

0 comments on commit 2d6bbef

Please sign in to comment.