Basic Website Design
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user