rename template.org.html to atemplate.org.html

This commit is contained in:
Geoff McLane 2015-09-10 14:23:45 +02:00
parent 8ed4b65090
commit 2d994a5226
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>
HTML5 template tag
</title>
</head>
<body>
<template>
<h1>WWF</h1>
<p>The World Wide Fund for Nature (WWF) is an international organization working on issues regarding the conservation, research and restoration of the environment, formerly named the World Wildlife Fund. WWF was founded in 1961.</p>
</template>
</body>
</html>