replace cdn includes with local files

This commit is contained in:
Felix Lohmeier 2020-04-29 14:04:01 +02:00
parent 4e80bea6d1
commit 982c09ce16
4 changed files with 19 additions and 3 deletions

5
css/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -1,13 +1,13 @@
<html>
<head>
<title>Turtle validator</title>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="js/jquery-2.1.4.min.js"></script>
<script src="js/ttl.js"></script>
<script src="js/lined-textarea.js"></script>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/lined-textarea.css">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<link href="css/bootstrap.min.css" rel="stylesheet">
<script src="js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">

7
js/bootstrap.min.js vendored Normal file

File diff suppressed because one or more lines are too long

4
js/jquery-2.1.4.min.js vendored Normal file

File diff suppressed because one or more lines are too long