38 lines
1 KiB
HTML
38 lines
1 KiB
HTML
|
<!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>
|