43 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!-- 
 | |
| Author: Joon Sung Park (joonspk@stanford.edu)
 | |
| -->
 | |
| 
 | |
| <!DOCTYPE html>
 | |
| {% load staticfiles %}
 | |
| <html lang="en">
 | |
| <head>
 | |
| 	<meta charset="UTF-8">
 | |
|   <title>Reverie</title>
 | |
|   <!-- Latest compiled and minified CSS -->
 | |
| 	<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@3.4.1/dist/css/bootstrap.min.css" integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous">
 | |
| 	<!-- Optional theme -->
 | |
| 	<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@3.4.1/dist/css/bootstrap-theme.min.css" integrity="sha384-6pzBo3FDv/PJ8r2KRkGHifhEocL+1X2rVCTTkUfGk7/0pbek5mMa1upzvWbrUbOZ" crossorigin="anonymous">
 | |
| 
 | |
| </head>
 | |
|  
 | |
| <body class="top-navigation" style="background-color: white">
 | |
|   {% block content %}
 | |
| 	{% endblock content %}
 | |
| 
 | |
| 	<!-- Latest compiled and minified JavaScript -->
 | |
| 	<script src="https://cdn.jsdelivr.net/npm/bootstrap@3.4.1/dist/js/bootstrap.min.js" integrity="sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd" crossorigin="anonymous"></script>
 | |
| 	<script src="https://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
 | |
| 
 | |
| 	{% block js_content %}
 | |
| 	{% endblock js_content %}
 | |
| 
 | |
| 	<script type="text/javascript" id="clustrmaps" src="//clustrmaps.com/map_v2.js?d=Xha1v8a6ENHDAgZ2dJoH85LCl6H1VwpYfgwfbgau8r4&cl=ffffff&w=a"></script>
 | |
| 	<style type="text/css">
 | |
| 		#clustrmaps-widget-v2 {
 | |
| 			display: none !important
 | |
| 		}
 | |
| 	</style>
 | |
| </body>
 | |
| </html>
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | 
