Skip to content
Snippets Groups Projects
Commit f891e231 authored by Will Billingsley's avatar Will Billingsley
Browse files

Added some more to the html

parent af9ceb7e
No related branches found
No related tags found
No related merge requests found
Pipeline #186 canceled
{
"baseUrl": "https://turing.une.edu.au/~wbilling/advWebAssignment1/
"baseUrl": "https://turing.une.edu.au/~wbilling/cosc360/assignment1/
}
<!DOCTYPE html>
<html>
<script src="assignment.js" ></script>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<title>Hello, world!</title>
</head>
<body>
<div class="container">
<h1>Assignment 1</h1>
<p>
You should take a look at the README.md file to see what you need to do in assignment 1.
</p>
<div class="btn-group" role="group" aria-label="Task buttons">
<button id="button0" type="button" class="btn btn-secondary">0</button>
<button id="button1" type="button" class="btn btn-secondary">1</button>
<button id="button2" type="button" class="btn btn-secondary">2</button>
<button id="button3" type="button" class="btn btn-secondary">3</button>
<button id="button4" type="button" class="btn btn-secondary">4</button>
<button id="button5" type="button" class="btn btn-secondary">5</button>
<button id="button6" type="button" class="btn btn-secondary">6</button>
<button id="button7" type="button" class="btn btn-secondary">7</button>
<button id="button8" type="button" class="btn btn-secondary">8</button>
</div>
<hr />
<div id="renderhere">
The components for each task should render here when the relevant button is pressed.
</div>
</div>
<script src="index.js"></script>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment