TEW-0x00/index.html
surtur 1f7c100596
fix: use proper root path
* even though it works the same this time
2020-05-22 14:14:04 +02:00

51 lines
2.3 KiB
HTML

<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>tew-0x00</title>
<meta name="description" content="tew-0x00">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="/css/style.css">
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<header>
<div id="divlogoimg">
<img class="logoimg" src="/media/logo.png">
</div>
</header>
<div id="divsection">
<h1 class="title">tew-0x00</h1>
<p>Hello friend.<br>This page tries to demonstrate basic CSS3 functionality.</p>
<div id="divulli">
<ul>
<li><a href="/roundedcorners/">rounded corners</a></li>
<li><a href="/backgroundgradient/">background gradient</a></li>
<li><a href="/shadows/">shadows</a></li>
<li><a href="/2Dtransforms/">2D transforms</a></li>
<li><a href="/3Dtransforms/">3D transforms</a></li>
<li><a href="/transitions/">transitions</a></li>
<li><a href="/animations/">animations</a></li>
<li><a href="/multiplecolumns/">multiple columns</a></li>
<li><a href="/boxsizing/">box sizing</a></li>
<li><a href="/flexbox/">flexbox</a></li>
</ul>
</div>
</div>
<footer class="copyright">
&copy; 2020 <a href="https://git.dotya.ml/wanderer" target="_blank">wanderer</a>
· <a href="https://tew0x00.dotya.ml/">tew-0x00</a>
· WTFPL<br>
<a href="https://git.dotya.ml/wanderer/TEW-0x00" target="_blank" title="page source">source</a>
</footer>
</body>
</html>