mirror of
https://github.com/Adam-Ant/ClockworkAprilFools2017
synced 2024-12-20 11:04:35 +00:00
Add template to buy page
This commit is contained in:
parent
e41e5c48e8
commit
3336ed047b
@ -1,8 +1,8 @@
|
|||||||
<html>
|
{% extends "layout.html" %}
|
||||||
<body>
|
|
||||||
<form method="post">
|
{% block body %}
|
||||||
Username: <input type="text" name="username" required>
|
<form method="post">
|
||||||
<button type="submit">Get me that juicy Plus!</button>
|
Username: <input type="text" name="username" required>
|
||||||
</form>
|
<button type="submit">Get me that juicy Plus!</button>
|
||||||
</body>
|
</form>
|
||||||
</html>
|
{% endblock %}
|
||||||
|
@ -1,9 +1,4 @@
|
|||||||
{% extends "layout.html" %}
|
{% extends "layout.html" %}
|
||||||
{% block head %}
|
|
||||||
<style type="text/css">
|
|
||||||
body { background: #fff9f2 !important; } /* Adding !important forces the browser to overwrite the default style applied by Bootstrap */
|
|
||||||
</style>
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
@ -12,6 +12,10 @@
|
|||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
|
||||||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||||
|
|
||||||
|
<style type="text/css">
|
||||||
|
body { background: #fff9f2 !important; } /* Adding !important forces the browser to overwrite the default style applied by Bootstrap */
|
||||||
|
</style>
|
||||||
|
|
||||||
{% block head %}{% endblock %}
|
{% block head %}{% endblock %}
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
Reference in New Issue
Block a user