Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "reveal.js"]
path = reveal.js
url = https://github.com/hakimel/reveal.js.git
16 changes: 16 additions & 0 deletions DerOrdner/TEST.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Offline Bootstrap</title>
<link rel="stylesheet" href="./bootstrap.css">
<script src=".bootstrap.js"></script>
</head>
<body>
<div class="jumbotron text-center">
<h1>My Offline Bootstrap Page</h1>
<p>This page is using local Bootstrap CSS and JS files</p>
</div>
</body>
</html>
Loading