all repos — py-vite @ b1e448148e01eeaa11ba545fb34d84a7aa848d78

the original vite, written in python

example/build/test_page1/index.html (view raw)

 1<!DOCTYPE html>
 2<html>
 3<header>
 4	some header
 5	<title>
 6		test site	
 7	</title>
 8</header>
 9
10<body>
11	<h1>hey i'm a test page</h1>
12
13<p>here's some text</p>
14
15<p><em>here's some more</em></p>
16
17<p><strong>bold text</strong></p>
18
19</body>
20
21<footer>
22	copyright icy
23	<p> © icy </p>
24<footer>