-
Notifications
You must be signed in to change notification settings - Fork 0
/
open-grapher.html
39 lines (35 loc) · 1.1 KB
/
open-grapher.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
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="ca">
<head>
<meta charset="utf-8">
<title>Obert Escriptor</title>
<link rel="icon" href="favicon.ico" />
<link href="open-grapher.css" rel="stylesheet" />
</head>
<body class="català">
<script src="https://code.highcharts.com/highcharts.js"></script>
<script src="https://code.highcharts.com/modules/exporting.js"></script>
<button id="llenguatge">
<span id="llengua-canviar">Switch to English</span>
<img id="bandera" src="flag-of-the-united-states.svg" />
</button>
<h1 id="títol">Obert Escriptor (Open Grapher)</h1>
<p id="intro1"></p>
<p id="intro2"></p>
<ul>
<li>'títol' / 'title'</li>
<li>'subtítol' / 'subtitle'</li>
<li>'x'</li>
<li>'y'</li>
<li>'inici' / 'start'</li>
<li>'llengua' / 'language'</li>
<li>'aproximada' / 'approximate'</li>
</ul>
<p id="intro3"></p>
<p id="intro4"></p>
<p id="intro5"></p>
<p id="intro6"></p>
<div id="contenidor" style="height: 800px"></div>
<script type="module" src="open-grapher.js"></script>
</body>
</html>