mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
06d50df10e
Asynchronous functions for CSS and JS.
20 lines
520 B
HTML
20 lines
520 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>OnionShare: 404 Not Found</title>
|
|
<link href="/static/img/favicon.ico" rel="icon" type="image/x-icon">
|
|
<link rel="stylesheet" rel="subresource" type="text/css" href="/static/css/style.css" media="none" onload="if(media!='all')media='all'">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="info-wrapper">
|
|
<div class="info">
|
|
<p><img class="logo" src="/static/img/logo_large.png" title="OnionShare"></p>
|
|
<p class="info-header">404 Not Found</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|