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.
26 lines
703 B
HTML
26 lines
703 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Landing page</title>
|
|
<link rel="stylesheet" href="../../node_modules/bootstrap/dist/css/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="normal-header">
|
|
Welcome to the landing page.
|
|
</div>
|
|
<div id="container"></div>
|
|
<br>
|
|
<br>
|
|
<a href="second.html">Go to the second page</a>
|
|
<br><br>
|
|
|
|
</body>
|
|
<script>let $ = require('jquery');</script>
|
|
<script>require('popper.js')</script>
|
|
<script>require('bootstrap')</script>
|
|
<script src="scripts/index_app.js"></script>
|
|
</html> |