toggle achievements
This commit is contained in:
@@ -1,8 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<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">
|
||||
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user