mirror of
https://github.com/ryan-haskell/elm-spa.git
synced 2024-11-22 03:12:01 +03:00
30 lines
1.5 KiB
HTML
30 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com">
|
|
<link href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;700&family=Nunito:ital,wght@0,300;0,600;0,800;1,300&family=Nunito+Sans:wght@800&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css">
|
|
<link rel="stylesheet" href="https://nope.rhg.dev/dist/3.0.0/core.min.css">
|
|
<link rel="stylesheet" href="/vendor/prism.css">
|
|
<link rel="stylesheet" href="/style.css">
|
|
<link rel="shortcut icon" href="/favicon.png" type="image/x-png">
|
|
<!-- Meta tags -->
|
|
<title>elm-spa</title>
|
|
<meta name="description" content="single page apps made easy">
|
|
<meta name="image" content="https://elm-spa.dev/content/images/this-site.png">
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta name="twitter:creator" content="@rhg_dev" />
|
|
<meta property="og:url" content="https://elm-spa.dev" />
|
|
<meta property="og:title" content="elm-spa" />
|
|
<meta property="og:description" content="single page apps made easy." />
|
|
<meta property="og:image" content="https://elm-spa.dev/content/images/this-site.png" />
|
|
</head>
|
|
<body>
|
|
<script src="/vendor/prism.js" data-manual></script>
|
|
<script src="/dist/elm.js"></script>
|
|
<script src="/dist/flags.js"></script>
|
|
<script src="/main.js"></script>
|
|
</body>
|
|
</html> |