website-2018/sgawebsite/templates/head.html
2018-05-08 16:34:00 -04:00

13 lines
705 B
HTML

{% load static %}
<meta charset="UTF-8">
<meta content="" name="description">
<meta content="William Zhang" name="author">
<meta name="theme-color" content="#1976D2" />
<meta name="viewport" content="width=device-width,height=device-height,initial-scale=1.0" />
<link href="icons/favicon.ico" rel="icon" type="image/ico">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet"/>
<link href="{% static 'css/header.css' %}" rel="stylesheet"/>
<link href="{% static 'css/main.css' %}" rel="stylesheet"/>
<link href="{% static 'css/footer.css' %}" rel="stylesheet"/>
<link href="{% static 'css/responsive.css' %}" rel="stylesheet"/>