mirror of
https://github.com/tjsga/website-2018.git
synced 2025-04-09 22:10:18 -04:00
13 lines
705 B
HTML
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"/>
|