1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2025-05-08 06:47:07 +01:00

Convert "hello-world" theme to FRESH format.

This commit is contained in:
devlinjd
2015-11-18 23:08:41 -05:00
parent 303e0d0adf
commit 887fd449a6
5 changed files with 9 additions and 9 deletions

View File

@ -5,10 +5,10 @@
<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.basics.name }}</title>
<title>{{ r.name }}</title>
<link type="text/css" rel="stylesheet" href="css/style.css">
</head>
<body>
<h1>Hello, world! My name is {{ r.basics.name }}</h1>
<h1>Hello, world! My name is {{ r.name }}</h1>
</body>
</html>