14 lines
315 B
Plaintext
14 lines
315 B
Plaintext
|
doctype
|
||
|
html
|
||
|
head
|
||
|
title RSVP
|
||
|
meta(charset="utf-8")
|
||
|
meta(http-equiv="X-UA-Compatible", content="IE=edge,chrome=1")
|
||
|
meta(name="viewport", content="width=device-width,initial-scale=1.0")
|
||
|
|
||
|
body
|
||
|
div(role="application")
|
||
|
|
||
|
script(src="./commons.bundle.js")
|
||
|
script(src="./app.bundle.js")
|