mirror of
https://github.com/hnhx/gnutube.git
synced 2025-04-29 14:59:51 -04:00
15 lines
No EOL
740 B
HTML
15 lines
No EOL
740 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
|
<head>
|
|
<title>GNUTube (BETA)</title>
|
|
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="referrer" content="no-referrer" />
|
|
<link rel="stylesheet" type="text/css" href="static/styles.css" />
|
|
</head>
|
|
<body>
|
|
<form class="search" action="index.php">
|
|
<a href="/"><img src="static/gnutube.png" alt="gnutube"></a>
|
|
<input name="q" placeholder="Search" />
|
|
<input type="submit" style="display: none;"/>
|
|
</form> |