sockscape/client/error.html

11 lines
371 B
HTML
Raw Normal View History

2017-04-18 04:59:38 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Error</title>
<meta charset="UTF-8" />
</head>
<body>
<h2>Your browser does not support a necessary feature to run this application.</h2>
<p>Please upgrade your browser to the most recent version or install a modern browser, such as Mozilla Firefox or Google Chrome.</p>
</body>
</html>