fresh-theme-hello-world
Version:
An example 'Hello World' theme for FRESH / FRESCA résumés and CVs.
14 lines (13 loc) • 368 B
HTML
<html style="height: 100%;">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{{ r.name }}}</title>
{{{styleSheet "html.css"}}}
</head>
<body>
<h1>Hello, world! My name is {{{ r.name }}}</h1>
</body>
</html>