token-validator: use go-bindata to embedded static assets

This commit is contained in:
nemunaire 2019-02-24 04:58:43 +01:00
parent 37acc213b7
commit 867b4ef194
7 changed files with 75 additions and 14 deletions

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>AdLin - Tableau d'avancement</title>
<link href="css/bootstrap.min.css" type="text/css" rel="stylesheet">
</head>
<body class="bg-light text-dark">
<script src="js/common.js"></script>
</body>
</html>

File diff suppressed because one or more lines are too long