32 lines
1.6 KiB
HTML
32 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/html" lang="en">
|
|
<head>
|
|
<title>Minecraft Replay Mod - Documentation</title>
|
|
|
|
<meta content="text/html; charset=utf-8" http-equiv="content-type">
|
|
|
|
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
|
|
<meta name="theme-color" content="#ffffff">
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.5/darkly/bootstrap.min.css">
|
|
<link rel="stylesheet" href="https://www.replaymod.com/css/replaymod.css">
|
|
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
|
|
<script type="text/javascript" src="https://netdna.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
|
|
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery-mousewheel/3.1.12/jquery.mousewheel.min.js"></script>
|
|
<script type="text/javascript" src="https://cdn.jsdelivr.net/jquery.validation/1.14.0/jquery.validate.min.js"></script>
|
|
<link href="https://www.replaymod.com/css/lightbox.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<div class="container">
|
|
<div class="panel panel-default">
|
|
<div class="panel-body">
|
|
{{index}}
|
|
</div>
|
|
</div>
|
|
{{content}}
|
|
</div>
|
|
</div>
|
|
|
|
<script src="https://www.replaymod.com/js/lightbox.min.js"></script>
|
|
</body>
|
|
</html> |