Commit 41331533 by mrey

Change from div to main in nginx server-template

parent ded0c9df
......@@ -12,12 +12,12 @@
</style>
</head>
<body>
<div style="{{ item.style_div }}">
<main style="{{ item.style_div }}">
<h1>{{ item.heading }}</h1>
<img src="{{ item.img }}" alt="{{ item.img_alt }}">
<p class="p-h2">{{ item.title }}</p>
<p>{{ item.msg }}</p>
</div>
</main>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment