Skip to content
Snippets Groups Projects
Commit 0732a1b7 authored by Nicole Finks's avatar Nicole Finks
Browse files

[link css to html]

parent b72194a2
2 merge requests!9Develop,!8Repository
...@@ -11,22 +11,38 @@ ...@@ -11,22 +11,38 @@
{{ partial "footer.html" . }} {{ partial "footer.html" . }}
<head> <head>
<link rel = "stylesheet"
type = "text/css"
href = "/static/css/sidenavRepository.css" />
</head>
</head> </head>
<body> <body>
<!-- Sidebar for Filters --> <!-- Sidebar for Filters -->
<div id= "sidenav"> <div id= "sidenav">
<a href="#">Example</a> <a href="#">Example</a>
</div> </div>
<!-- Summary of Filtered Data --> <!-- Summary of Filtered Data -->
<div id="summary"> <div id="summary">
</div> </div>
<!-- Files of Filtered Data --> <!-- Files of Filtered Data -->
<div id="patientFiles"> <div id="patientFiles">
</div> </div>
...@@ -36,4 +52,13 @@ ...@@ -36,4 +52,13 @@
</body> </body>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment