Skip to content

Commit

Permalink
external js
Browse files Browse the repository at this point in the history
  • Loading branch information
youphendriks committed Jul 29, 2024
1 parent b881a61 commit 830fdff
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,7 @@
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script>
function toggleText() {
var x = document.getElementById("myDIV");
if (x.style.display === "none") {
x.style.display = "block";
} else {
x.style.display = "none";
}
}
</script>
<script src="js/script.js"></script>
</head>
<body>
<div id="container">
Expand Down

0 comments on commit 830fdff

Please sign in to comment.