forked from avoimet-oppimateriaalit-ry/avoin-taulukkokirja
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmaantiede.html
More file actions
47 lines (43 loc) · 1.23 KB
/
maantiede.html
File metadata and controls
47 lines (43 loc) · 1.23 KB
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
40
41
42
43
44
45
46
47
<!---PÄÄDOKUMENTTIIN KOPIOITAVA OSA ALKAA -->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Avoin taulukkokirja | Maantiede</title>
<meta charset="utf-8"/>
<script type="text/javascript">
WebFontConfig = {
google: { families: [ 'Open+Sans:300:latin' ] }
};
(function() {
var wf = document.createElement('script');
wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
'://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})();
</script>
<link rel="stylesheet" type="text/css" href="tyyli.css">
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [['$','$'], ['\\(','\\)']],
processEscapes: true
}
});
</script>
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
MathJax.Hub.Config({
jax: ["input/TeX","output/HTML-CSS"],
displayAlign: "center"
});
</script>
</head>
<body>
<!---PÄÄDOKUMENTTIIN KOPIOITAVA OSA LOPPUU -->
<!---PÄÄDOKUMENTTIIN KOPIOITAVA OSA ALKAA -->
test
</body>
</html>
<!---PÄÄDOKUMENTTIIN KOPIOITAVA OSA LOPPUU -->