Sélectionner une révision Git
Bifurcation depuis
Alexandre MORIGNOT / PlayBot
Le projet source a une visibilité limitée.
index.html 357 o
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Lektor App</title>
<link rel="stylesheet" href="../style/bootstrap-4.5.2-dist/css/bootstrap.min.css">
</head>
<body>
<!-- main file running the express app -->
<script src='./main.js' type='text/javascript'></script>
</body>
</html>