mirror of
https://github.com/sayanarijit/xplr
synced 2024-11-04 18:00:14 +00:00
21 lines
389 B
HTML
21 lines
389 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>xplr book</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
|
<style>
|
|
div {
|
|
margin: 18pt;
|
|
font-size: 24pt;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>xplr book</h1>
|
|
<ul>
|
|
<li><a href="en/index.html">English</a></li>
|
|
</ul>
|
|
</body>
|
|
</html>
|