all repos — py-vite @ a2ce44b273f3e270dd50db400fd3fb7551b6cd20

the original vite, written in python

docs: add <link> tag
Anirudh icyph0x@pm.me
Mon, 16 Apr 2018 12:08:58 +0530
commit

a2ce44b273f3e270dd50db400fd3fb7551b6cd20

parent

3b8124da265d369c4c87bd1093e6e6d326a82d1b

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M README.mdREADME.md

@@ -60,6 +60,8 @@ **NOTE**: Stylesheets, images and JS can be accessed from the `static` folder.

A basic example would be: ```html +<link rel="stylesheet" href="../static/sakura-earthy.css"> + <title> {{ title }} </title> <body>