Init
This commit is contained in:
commit
e82f35da2a
78 changed files with 10821 additions and 0 deletions
37
frontend/index.html
Normal file
37
frontend/index.html
Normal file
|
@ -0,0 +1,37 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<script
|
||||
src="https://kit.fontawesome.com/7efbac0aa5.js"
|
||||
crossorigin="anonymous"
|
||||
></script>
|
||||
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/npm/bulmaswatch@0.8.1/lumen/bulmaswatch.min.css"
|
||||
integrity="sha256-JlUFCH1GY5bKd0cOYm53u7NEGByTk/7uoe/yWouFKTo="
|
||||
crossorigin="anonymous"
|
||||
/>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/npm/bulma-switch@2.0.4/dist/css/bulma-switch.min.css"
|
||||
integrity="sha256-8EYN3r3ZVCWlBZCQhQOhcPX/CLKL1TVzxxeR/HzR5vU="
|
||||
crossorigin="anonymous"
|
||||
/>
|
||||
|
||||
<link data-trunk rel="css" href="css/styles.css" />
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
<strong>
|
||||
This website does not work without JavaScript and WebAssembly.
|
||||
</strong>
|
||||
<br />
|
||||
I too don't like this technology stack
|
||||
</noscript>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue