final
This commit is contained in:
12
task28/views/home.hbs
Normal file
12
task28/views/home.hbs
Normal file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Главная страница</title>
|
||||
<meta charset="utf-8" />
|
||||
</head>
|
||||
<body>
|
||||
{{> menu}}
|
||||
<h1>Главная страница</h1>
|
||||
{{> footer}}
|
||||
</body>
|
||||
<html>
|
||||
Reference in New Issue
Block a user