You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
546 B
18 lines
546 B
<!doctype html> |
|
<html lang="en" class="error"> |
|
<head> |
|
<meta charset="utf-8" /> |
|
<title>Doh. Looks like something went wrong.</title> |
|
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|
|
|
<!-- Docs styles --> |
|
<link rel="stylesheet" href="dist/docs.css"> |
|
</head> |
|
<body> |
|
<main> |
|
<h1>Doh.</h1> |
|
<p>Looks like something went wrong.</p> |
|
<a href="http://plyr.io" class="btn btn--primary">Back to plyr.io</a> |
|
</main> |
|
</body> |
|
</html>
|
|
|