29 lines
1.3 KiB
HTML
29 lines
1.3 KiB
HTML
<head>
|
|
{% load static %}
|
|
<link rel="shortcut icon" href="pics/Airplane.ico" />
|
|
<title>Flex</title>
|
|
<link rel="stylesheet" type="text/css" href="{% static '/home/main.css' %}">
|
|
|
|
<script type="text/javascript" src="jquery-3.1.1.min.js"></script>
|
|
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Rubik" rel="stylesheet">
|
|
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
|
|
|
|
<!-- Optional theme -->
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
|
|
|
|
<!-- Latest compiled and minified JavaScript -->
|
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
|
|
|
|
<link rel="stylesheet" type="text/css" href="{% static '/home/main.css' %}">
|
|
</head>
|
|
<body>
|
|
{% block content %}
|
|
<p>Logged out!</p>
|
|
|
|
<button id="begin"><a href="{% url 'home'%}">Home</a></button><br>
|
|
<button id="begin"><a href="{% url 'log'%}">Sign-in</a></button>
|
|
{% endblock %}
|
|
</body> |