-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #39 from Runi-VN/issue#2
issue #2
- Loading branch information
Showing
3 changed files
with
24 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,29 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Start Page</title> | ||
<title>CA1 - Hold Krykke</title> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous"> | ||
<link href="css/globalCSS.css" rel="stylesheet"> | ||
</head> | ||
<body> | ||
<h1>Change or remove this page</h1> | ||
<div class="container mt-5"> | ||
<div> | ||
<table class="table"> | ||
</table> | ||
</div> | ||
</div> | ||
<div> | ||
<a href="groupContract.html" id="contracthtml">Group Contract</a> | ||
</div> | ||
<div> | ||
<a href="jokes.html" id="jokeshtml">Jokes!</a> | ||
</div> | ||
<div> | ||
<a href="cars.html" id="carshtml">Our cars for sale</a> | ||
</div> | ||
<script src="https://code.jquery.com/jquery-3.4.0.min.js" crossorigin="anonymous"></script> | ||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script> | ||
<script src="javascript/index.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
|