11 lines
344 B
HTML
11 lines
344 B
HTML
<html>
|
|
<head>
|
|
<title>Times of Nettime</title>
|
|
<script type="text/javascript" src="{{ url_for('static',filename='ooo.js') }}"></script>
|
|
</head>
|
|
<body bgcolor="blue">
|
|
<div id="search" style="position: absolute;">
|
|
<a href="/search"><h3><img src="{{ url_for('static',filename='CYBERPLA.GIF') }}" width="150"></h3></a>
|
|
</div>
|
|
</body>
|
|
</html> |