Basic Website Design

This commit is contained in:
Lucas
2021-07-11 16:48:38 -04:00
parent e2e0c99132
commit f3f7ab49b0
5 changed files with 119 additions and 14 deletions

View File

@@ -10,19 +10,32 @@
</head>
<body>
Yo This will be a kickass display coming soon^tm
<br>
<span>
new test
</span>
<br>
<span>
<button id="test_button">Test Button</button>
</span>
<br>
<span id="result">
<div id="main_div">
<div id="header_div">
<span>PI MTA TRACKER</span>
</div>
<div class="station_div">
<div class="station_header">
<span>Times Square Station</span>
</div>
<div class="direction_div">
<div class="direction_header"> North</div>
<div>Train 1 Info</div>
<div>Train 2 Info</div>
<div>Train 3 Info</div>
</div>
<div class="direction_div">
<div class="direction_header"> South</div>
<div>Train 1 Info</div>
<div>Train 2 Info</div>
<div>Train 3 Info</div>
</div>
</div>
</span>
<button id="test_button">Test Button</button>
<span id="result"></span>
</div>
<footer>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>