Added base for other pages

This commit is contained in:
thatscringebro 2023-03-21 16:24:18 -04:00
parent 8380763d4d
commit 18de012bd5
4 changed files with 88 additions and 0 deletions

View File

@ -0,0 +1,22 @@
<!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>bspwm</h1>
</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>

View File

@ -0,0 +1,22 @@
<!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>dwm</h1>
</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>

View File

@ -0,0 +1,22 @@
<!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>hyprland</h1>
</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>

View File

@ -0,0 +1,22 @@
<!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>i3</h1>
</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>