switch to new ingress
This commit is contained in:
31
ui/templates/ui/smooth.html
Normal file
31
ui/templates/ui/smooth.html
Normal file
@@ -0,0 +1,31 @@
|
||||
{% extends 'ui/base.html' %}
|
||||
|
||||
{% load static %}
|
||||
|
||||
{% block css %}
|
||||
<link rel="stylesheet" href="{% static 'ui/smooth.css' %}">
|
||||
{% endblock %}
|
||||
|
||||
{% block js %}
|
||||
<script src="{% static 'ui/smooth.js' %}"></script>
|
||||
{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<div class="container">
|
||||
<div id="scroll-0" class="h-100 w-100">
|
||||
<h1 class="title">Hello There</h1>
|
||||
</div>
|
||||
|
||||
<div id="scroll-1" class="h-100 w-100">
|
||||
<h1 class="title">I'm an Apple Ad</h1>
|
||||
</div>
|
||||
|
||||
<div id="scroll-2" class="h-100 w-100">
|
||||
<h1 class="title">See me scroll</h1>
|
||||
</div>
|
||||
|
||||
<div id="scroll-3" class="h-100 w-100">
|
||||
<h1 class="title">You owe me $3,000 dollars for this</h1>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user