15 lines
503 B
HTML
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>
|