33 lines
1.2 KiB
HTML
33 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="author" content="Asger Juul Brunshøj">
|
|
<title>Achievements</title>
|
|
|
|
<!-- Skeleton - Responsive CSS -->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
|
|
<link data-trunk rel="css" href="static/css/normalize.css">
|
|
<link data-trunk rel="css" href="static/css/skeleton.css">
|
|
|
|
<!-- Font Awesome -->
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
|
|
|
<!-- Own styles -->
|
|
<link data-trunk rel="css" href="static/css/styles.css">
|
|
|
|
<!-- Favicon -->
|
|
<link rel="icon" type="image/png" href="static/images/favicon.png">
|
|
|
|
<link data-trunk rel="rust" href="Cargo.toml" data-bin="app" data-type="main" />
|
|
<link data-trunk rel="rust" href="Cargo.toml" data-bin="event_bus" data-type="worker" />
|
|
</head>
|
|
<!--
|
|
<body>
|
|
<script src="//cdn.jsdelivr.net/npm/eruda"></script>
|
|
<script>eruda.init();</script>
|
|
</body>
|
|
-->
|
|
</html>
|