surtur
fb4796598a
All checks were successful
continuous-integration/drone/push Build is passing
* created basic site layout * added basic styling for all currently used elements
45 lines
2.0 KiB
HTML
45 lines
2.0 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="">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" 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]-->
|
|
|
|
<h1 class="title">tew-0x00</h1>
|
|
<h3 class="subtitle"> > CSS DEMO < </h3>
|
|
<p>Hello friend. This page tries to demonstrate basic CSS3 functionality.
|
|
<ul >
|
|
<li><a href="#">CSS3 round corners</a></li>
|
|
<li><a href="#">CSS3 background gradient</a></li>
|
|
<li><a href="#">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">
|
|
© 2020 <a href="https://git.dotya.ml/wanderer">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> |