We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08684b8 commit 0cae013Copy full SHA for 0cae013
public/index.html
@@ -1,6 +1,9 @@
1
+<!DOCTYPE html>
2
<html>
-
3
<head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1">
6
+ <title>UF Library Occupancy</title>
7
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.9.0/css/bulma.min.css" type="text/css" media="all" />
8
<link rel="stylesheet" href="css/occupancy.css" type="text/css" media="all" />
9
<script type="text/javascript" src="js/occupancy.js"></script>
0 commit comments