UNPKG

gypsum

Version:

Simple and easy lightweight typescript server side framework on Node.js.

20 lines (19 loc) 423 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Activation Page</title> <style> body { margin: 50px; font-family: Roboto, Arial; } </style> </head> <body> <h3>Hello {{username}}.</h3> <p>{{ message }}</p> </body> </html>