1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-10-27 18:34:58 +03:00
vimr/VimR/preview/error.html
2016-12-26 17:04:03 +09:00

16 lines
320 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">There was an error...</span>
</div>
</body>
</html>