35 lines
885 B
PHP
35 lines
885 B
PHP
|
<!DOCTYPE html>
|
||
|
<html lang="fr">
|
||
|
<head>
|
||
|
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=0.4">
|
||
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||
|
|
||
|
|
||
|
<title>PTUT web title</title>
|
||
|
|
||
|
<!-- Icon -->
|
||
|
<link rel='shortcut icon' href='/favicon.ico'>
|
||
|
|
||
|
<!-- CSS dependencies -->
|
||
|
<link rel='stylesheet' type='text/css' href='/css/font-loader.css'>
|
||
|
<link rel='stylesheet' type='text/css' href='/css/layout.css'>
|
||
|
<link rel='stylesheet' type='text/css' href='/css/menu.css'>
|
||
|
<link rel='stylesheet' type='text/css' href='/css/header.css'>
|
||
|
<link rel='stylesheet' type='text/css' href='/css/container.css'>
|
||
|
|
||
|
<!-- JS dependencies -->
|
||
|
<script type='text/javascript' src='/js/_SERVER.js'></script>
|
||
|
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
|
||
|
<div id='main-vue'></div>
|
||
|
|
||
|
|
||
|
<!-- Main loop -->
|
||
|
<script type='text/javascript' src='/js/bundle@home.js'></script>
|
||
|
</body>
|
||
|
</html>
|