chore: delete `example/` dir
Anirudh icyph0x@pm.me
Wed, 25 Apr 2018 16:53:57 +0530
D
example/config.py
@@ -1,8 +0,0 @@
-# config.py - Vite's configuration script - -title = '' -author = '' -header = '' -footer = '' -template = 'index.html' # default is index.html -
D
example/templates/index.html
@@ -1,20 +0,0 @@
- -<!DOCTYPE html> -<html> -<header> - {{ header }} - <title> - {{ title }} - </title> -</header> - -<body> - {{ body }} -</body> - -<footer> - {{ footer }} - <p> © {{ author }} </p> -<footer> - -