mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-28 11:35:35 +03:00
16 lines
321 B
HTML
16 lines
321 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>Error</title>
|
|
</head>
|
|
<body>
|
|
<div id="message">
|
|
<h1>😶</h1>
|
|
<span class="info-text">Select an HTML file for preview</span>
|
|
</div>
|
|
</body>
|
|
</html>
|