mirror of
https://github.com/vitejs/vite.git
synced 2024-11-22 07:09:05 +00:00
9 lines
165 B
Plaintext
9 lines
165 B
Plaintext
doctype html
|
|
html
|
|
head
|
|
meta(charset='UTF-8')
|
|
meta(name='viewport' content='width=device-width, initial-scale=1.0')
|
|
title SSR Pug
|
|
body
|
|
h1 SSR Pug
|