This is a reusable plain version the varia library website. You can host your own website of books using just a simple csv file
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang='en'>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<title>varia library zone</title>
|
|
|
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/style.css')}}">
|
|
|
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/dropdown.css')}}">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="cloud"></div>
|
|
|
|
<svg width="0">
|
|
|
|
<filter id="filter">
|
|
|
|
<feTurbulence type="fractalNoise"
|
|
|
|
baseFrequency=".001" numOctaves="7" />
|
|
|
|
<feDisplacementMap in="SourceGraphic" scale="240" />
|
|
|
|
</filter>
|
|
|
|
</svg>
|
|
|
|
<h1 id="varia">VARIA LIBRARY COLLECTION</h1>
|
|
|
|
{% block main %}
|
|
|
|
{% endblock main %}
|
|
|
|
</body>
|
|
|
|
<script src="{{ url_for('static', filename='js/script.js')}}"></script>
|
|
|
|
</html>
|