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:
@ -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>
|
||||
|
Reference in New Issue
Block a user