-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (27 loc) · 1.18 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta lang="en"-- content="text/html;charset=UTF-8">
<meta name="description" content="Website of SFLK an interpreted language">
<meta name="keywords" content="SKLK, Interpreted language">
<meta name="author" content="ENS Rennes computer science's student">
<meta name="viewport" content="width=device-width, initial-scale=1.0", user-scalable="no">
<title> SFLK </title>
<link rel="stylesheet" href="./css/learn.css">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/header-nav-footer.css">
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/showdown/0.3.1/showdown.min.js"></script>
</head>
<body>
<header></header>
<nav></nav>
<main></main>
<script src="./js/index-main-dynamic.js"></script>
<!-- <script src="./js/md_to_innerhtml.js"></script> -->
<footer>
<object data="./header-nav-footer/footer.html" type="text/html"></object>
</footer>
<script src="./js/header-nav-footer.js"></script>
</body>
</html>