TEW-0x00/index.html
surtur df2371ef8a
All checks were successful
continuous-integration/drone/push Build is passing
added prescribed img+updated subpages accordingly
2020-03-26 05:00:07 +01:00

52 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>
<h1 class="title">tew-0x00</h1>
<h3 class="subtitle"> &gt CSS DEMO &lt </h3>
<p>
Hello friend.<br>
This page tries to demonstrate basic CSS3 functionality.
<ul >
<li><a href="./pages/roundedcorners.html">CSS3 rounded corners</a></li>
<li><a href="./pages/backgroundgradient.html">CSS3 background gradient</a></li>
<li><a href="./pages/shadows.html">CSS3 shadows</a></li>
<li><a href="#">CSS3 2D transforms</a></li>
<li><a href="#">CSS3 3D transforms</a></li>
<li><a href="#">CSS3 transitions</a></li>
<li><a href="#">CSS3 animations</a></li>
<li><a href="#">CSS3 multiple columns</a></li>
<li><a href="#">CSS3 box sizing</a></li>
<li><a href="#">CSS3 flexbox</a></li>
</ul>
</p>
<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>
<!-- <script src="" async defer></script> -->
</body>
</html>