-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinputfile.html
More file actions
30 lines (28 loc) · 801 Bytes
/
Copy pathinputfile.html
File metadata and controls
30 lines (28 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title class="replaceble">Title of the document</title>
</head>
<body>
<header class="replaceble">My Header</header>
<nav>
<h3>Don't translate:</h3>
<ul>
<li>India lost the semifinals.</li>
<li>I don't do stupid things.</li>
<li>Looks like it is a success.</li>
</ul>
<h3 class="replaceble">Please Translate:</h3>
<ul>
<li class="replaceble">India lost the semifinals.</li>
<li class="replaceble">I don't do stupid things.</li>
<li class="replaceble">Looks like it is a success.</li>
</ul>
</nav>
<div class="replaceble">There is something seriously wrong with him.</div>
<aside class="replaceble">This is my aside content.</aside>
<footer class="replaceble">Footer Text</footer>
<!-- This is some test comment. -->
</body>
</html>