Upload edited BASE

my version of skeleton 2. The building block for the site
This commit is contained in:
2021-12-20 21:36:59 +01:00
parent 4496d5984f
commit 49b691132a
11 changed files with 1110 additions and 0 deletions

54
ROOT/index.html Normal file
View File

@@ -0,0 +1,54 @@
<!DOCTYPE html>
<!-- hey, there is no need to inspect! The source code is available for free!
https://github.com/SEPPDROID/catch-site
feel free to take & use it.
(ps: check out Skeleton too: http://getskeleton.com/ | https://github.com/dhg/Skeleton)
-->
<html lang="en">
<head>
<!-- Basic Page Needs
-->
<meta charset="utf-8">
<title>SEPPJM.COM</title>
<meta name="description" content="The Catch-page | SeppJM.com">
<meta name="author" content="Sepp -seppdroid- Jeremiah Morris ">
<!-- Mobile Specific Metas
-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
-->
<link href="//sjm.cdn.prutzel.com/fonts/crn/font.css" rel="stylesheet" type="text/css">
<!-- CSS
-->
<link rel="stylesheet" href="//sjm.cdn.prutzel.com/css/normalize.css">
<link rel="stylesheet" href="//sjm.cdn.prutzel.com/css/skeleton.css">
<!-- Favicon
-->
<link rel="icon" type="image/png" href="//sjm.cdn.prutzel.com/images/favicon.png">
</head>
<body>
<!-- Primary Page Layout
-->
<div class="container">
<div class="row">
<div class="one-half column" style="margin-top: 25%">
<h4>Basic Page</h4>
<p>This index.html page is a placeholder with the CSS, font and favicon. It's just waiting for you to add some content! If you need some help hit up the <a href="http://www.getskeleton.com">Skeleton documentation</a>.</p>
</div>
</div>
</div>
<!-- End Document
-->
</body>
</html>