You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
216 B
Plaintext

html
head
meta(charset="UTF-8")
title Hello World!
style.
body {
background-color: #C12127;
color: white;
font-family: sans-serif;
overflow: hidden;
}
script(src="index.js")
body
app