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.
24 lines
587 B
HTML
24 lines
587 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Landing page</title>
|
|
<link rel="stylesheet" type="text/css" href="default.css">
|
|
</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>
|
|
<input type="button" id="btnLaunch" value="Launch Doc">
|
|
<br><br>
|
|
<input type="button" id="btnVideo" value="Launch Video">
|
|
<br><br>
|
|
<input type="button" id="btnWeb" value="Launch Website">
|
|
</body>
|
|
<script src="scripts/index_app.js"></script>
|
|
</html> |