all repos — py-vite @ fbf21e922af8c1b34ee6b7acdff8de0c2c87f5a4

the original vite, written in python

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

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
<!DOCTYPE html>
<html>
<header>
	some header
	<title>
		test site	
	</title>
</header>

<body>
	<h1>hey i'm a test page</h1>

<p>here's some text</p>

<p><em>here's some more</em></p>

<p><strong>bold text</strong></p>

</body>

<footer>
	copyright icy
	<p> © icy </p>
<footer>