forked from qloridant/meteofrance_bra_hist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (28 loc) · 1.09 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Historique BERA pour le massif des ARAVIS</title>
<script
type="text/javascript"
src="https://multi-gitribute-test.netlify.app/js/app.js">
</script>
<link
type="text/css"
href="https://multi-gitribute-test.netlify.app/css/app.css"
rel="stylesheet">
<link type="text/css" href="https://multi-gitribute-test.netlify.app/fonts/materialdesignicons-webfont.woff2" rel="stylesheet">
</head>
<body style="background-color: grey; padding: 1em;">
<div style="background-color: white; margin: 1em;">
<multi-gitribute-file
gitfile="https://github.com/qloridant/meteofrance_bra_hist/blob/master/data/ARAVIS/hist.csv" options='{
"separator":",",
"height": "1000px"
}' title="Historique BERA - ARAVIS - only preview"
usertoken="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" locale="fr" onlypreview="true" debug="false">
</multi-gitribute-file>
</div>
</body>