mirror of
https://github.com/qvacua/vimr.git
synced 2025-01-07 06:33:19 +03:00
16 lines
312 B
HTML
16 lines
312 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" href="../github-markdown.css">
|
|
<link rel="stylesheet" href="base.css">
|
|
<title>Empty</title>
|
|
</head>
|
|
<body>
|
|
<div id="message">
|
|
<h1>😶</h1>
|
|
<span class="info-text">no preview...</span>
|
|
</div>
|
|
</body>
|
|
</html>
|