i3_configurinator/index.html
2023-03-18 14:57:41 -04:00

24 lines
797 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Window Manager Configurinator</title>
<link href="lib/bootstrap/css/bootstrap.css" rel="stylesheet">
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="lib/FontAwesome/css/all.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
</head>
<body>
<div class="NewContainer">
<div class="row" id="header"></div>
<div class="row GradientBorder">
<h1>Test bitches</h1>
<p>That's right</p>
</div>
<div class="row" id="footer"></div>
</div>
</body>
</html>
<script src="lib/jquery/jquery.js" type="text/javascript"></script>
<script src="lib/bootstrap/js/boostrap.js" type=text/javascript"></script>
<script src="javascript/main.js"></script>