You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Engine_Rebuild/src/assets/pages/index.html

28 lines
763 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Landing page</title>
<link rel="stylesheet" href="styles/bootstrap.css">
<link rel="stylesheet" type="text/css" href="styles/default.css">
<!-- <meta http-equiv="Content-Security-Policy" content="script-src 'self';">-->
</head>
<body>
<div class="h2">
Welcome to the main page for JDSfaulkner resources
</div>
<div>
<ul class="list-unstyled d-inline-block debug-green" id="container"></ul>
<br>
<br>
<a href="second.html">Go to the second page</a>
<br><br>
</div>
</body>
<script>let $ = require('jquery');</script>
<script>require('popper.js')</script>
<script>require('bootstrap')</script>
<script src="scripts/index_app.js"></script>
</html>