Files
DoEverythingBar/index.html
T
2017-10-06 21:22:45 -07:00

15 lines
503 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>DoEverythingBar</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<div class="container-fluid">
</div>
</body>
</html>