date-poll-api/templates/index.html.twig

70 lines
1.7 KiB
Twig
Raw Normal View History

2020-01-22 12:17:49 +01:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
2021-05-21 09:33:31 +02:00
<title>{{ WEBSITE_NAME }}</title>
2020-01-22 12:17:49 +01:00
<base href="/">
<meta
content="width=device-width, initial-scale=1"
name="viewport">
<link
href="favicon.ico"
rel="icon"
type="image/x-icon">
2021-05-21 10:52:34 +02:00
{# <link#}
{# rel="stylesheet"#}
{# href="/assets/css/bootstrap-reboot-4.3.1.css">#}
2020-01-22 12:17:49 +01:00
<link
rel="stylesheet"
href="styles.css"
crossorigin="anonymous">
</head>
<body>
2021-05-21 10:52:34 +02:00
<app-root>
Chargement de l'app, hopla!
</app-root>
<footer id="main-footer" class="text-center">
2020-01-22 14:10:31 +01:00
<a href="https://framagit.org/tykayn/date-poll-api">
Sources
<i class="fa fa-gitlab"></i>
</a>
2021-05-21 10:52:34 +02:00
<a href="mailto:contact+framadate@cipherbliss.com">
Contact
<i class="fa fa-envelope"></i>
</a>
</footer>
2021-05-21 10:52:34 +02:00
{#<script#}
{# src="/runtime-es2018.js"#}
{# crossorigin="anonymous"#}
{# type="module"></script>#}
{#<script#}
{# src="runtime-es5.js"#}
{# crossorigin="anonymous"#}
{# nomodule#}
{# defer></script>#}
{#<script#}
{# src="polyfills-es5.js"#}
{# crossorigin="anonymous"#}
{# nomodule#}
{# defer></script>#}
{#<script#}
{# src="polyfills-es2018.js"#}
{# crossorigin="anonymous"#}
{# type="module"></script>#}
{#<script#}
{# src="scripts.js"#}
{# crossorigin="anonymous"#}
{# defer></script>#}
{#<script#}
{# src="main-es2018.js"#}
{# crossorigin="anonymous"#}
{# type="module"></script>#}
{#<script#}
{# src="main-es5.js"#}
{# crossorigin="anonymous"#}
{# nomodule#}
{# defer></script>#}
2020-01-22 12:17:49 +01:00
</body>
</html>