ajout de page index -> bibliographie - archive (à garder (?)) + Test cartographie (svg) - js. + ajout de notes.
This commit is contained in:
20
index2.html
Normal file
20
index2.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<script src="script.js" defer></script>
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<canvas id="mycanvas"></canvas>
|
||||
|
||||
<div class="archive"></div>
|
||||
<div class="holzwege" onclick="location.href='holzwege/index.html'"></div>
|
||||
<div class="bibliographie" onclick="location.href='holzwege/bibliographie.html'"></div>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user