-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
17 lines (17 loc) · 721 Bytes
/
index.html
File metadata and controls
17 lines (17 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="fr">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/img/logo_mesinfos.png" sizes="50x50">
{{.CozyClientJS}}
{{.CozyBar}}
<script src="/public/vendor.js"></script>
<script src="/public/app.js"></script>
<link href="/styles/app.css" rel="stylesheet" type="text/css"/>
<title>MesInfos-dev</title>
</head>
<body>
<div role="application" data-cozy-token="{{.Token}}" data-cozy-domain="{{.Domain}}" class="container-fluid" data-cozy-app-name="{{.AppName}}" data-cozy-icon-path="{{.IconPath}}" data-cozy-tracking="{{.Tracking}}" ></div>
<script type="text/javascript" src="index.js"></script>
</body>
</html>