token-validator: use go-bindata to embedded static assets
This commit is contained in:
parent
37acc213b7
commit
867b4ef194
7 changed files with 75 additions and 14 deletions
7
token-validator/htdocs/css/bootstrap.min.css
vendored
Normal file
7
token-validator/htdocs/css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -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>
|
7
token-validator/htdocs/js/bootstrap.min.js
vendored
Normal file
7
token-validator/htdocs/js/bootstrap.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in a new issue