Skip to content

Commit

Permalink
Fix SQL
Browse files Browse the repository at this point in the history
  • Loading branch information
lazanet committed Jan 4, 2022
1 parent e5e56c1 commit 3e71940
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/baze/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<meta charset="utf8">
<!--<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">-->
<title>Perine Baze podataka</title>
<link rel="stylesheet" href="codemirror/lib/codemirror.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.65.0/codemirror.min.css">
<!--<link rel="stylesheet" href="demo.css">-->
<link rel="stylesheet" href="css/bootstrap.css"/>
<link rel="stylesheet" href="css/main.css"/>
<script src="codemirror/lib/codemirror.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.65.0/codemirror.min.js"></script>
</head>
<body>
<div class="container-fluid">
Expand Down Expand Up @@ -129,9 +129,9 @@ <h1>Perine Baze podataka</h1>
href="/..">Perina Geomterija</a> | made by ninjas</p>
</div>

<script src="codemirror/mode/sql/sql.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.65.0/mode/sql/sql.min.js"></script>
<script type="text/javascript" src="js/gui.js"></script>
<script>loadDb();</script>
</div>
</body>
</html>
</html>

0 comments on commit 3e71940

Please sign in to comment.