Update index

This commit is contained in:
Nemika
2021-03-08 20:05:07 +02:00
parent b2c29c22e1
commit c19cceb7cb
15 changed files with 1850 additions and 0 deletions

25
pug/base.pug Normal file
View File

@@ -0,0 +1,25 @@
doctype html
html(lang="en")
head
meta(charset="UTF-8")
meta(http-equiv="X-UA-Compatible", content="IE=edge")
meta(name="viewport", content="width=device-width, initial-scale=1.0")
link(href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous")
link(rel="stylesheet", href="{{url_for('static', filename='styles/base.css')}}")
block links
block title
body
block content
div#particles-js
script(src="{{url_for('static', filename='js/particles.js')}}")
script(src="{{url_for('static', filename='js/app.js')}}")
script(src="{{url_for('static', filename='js/base.js')}}")
script(src="https://cdnjs.cloudflare.com/ajax/libs/markdown-it/12.0.4/markdown-it.js")
script(src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/js/bootstrap.bundle.min.js" integrity="sha384-b5kHyXgcpbZJO/tY9Ul7kGkf1S0CWuKcCD38l8YkeH8z8QjE0GmW1gYU5S9FOnJ0" crossorigin="anonymous")
script(src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous")
block scripts