You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.0 KiB
37 lines
1.0 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>JJMumbleBot - Table Of Contents</title>
|
|
<link rel="stylesheet" href="https://bootswatch.com/4/darkly/bootstrap.css" crossorigin="anonymous">
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
|
|
<script src="https://duckboss.github.io/JJMumbleBot/js/insert_html.js"></script>
|
|
<style>
|
|
li {
|
|
font-size: 18px;
|
|
}
|
|
.main-content {
|
|
padding: 25px;
|
|
margin-bottom: 5%;
|
|
}
|
|
footer {
|
|
background-color: black;
|
|
position: fixed;
|
|
bottom: 0;
|
|
height: 5%;
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="main-content">
|
|
</div>
|
|
<footer></footer>
|
|
<script>
|
|
$.get("https://duckboss.github.io/JJMumbleBot/wiki/templates/navbar.html", function(data){
|
|
$(".main-content").html(data);
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|
|
|