Site update
This commit is contained in:
parent
348bd14949
commit
3e8be63c33
2 changed files with 57 additions and 1 deletions
56
page/seccomp/index.html
Normal file
56
page/seccomp/index.html
Normal file
|
@ -0,0 +1,56 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta content="width=device-width, initial-scale=1" name="viewport">
|
||||
<link href="/theme/css/normalize.css" rel="stylesheet">
|
||||
<link href="/theme/css/skeleton.css" rel="stylesheet">
|
||||
<link href="/theme/css/statocles-default.css" rel="stylesheet">
|
||||
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
|
||||
<title>How seccomp works - My Statocles Site</title>
|
||||
<meta content="Statocles 0.086" name="generator">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<nav class="navbar">
|
||||
<div class="container">
|
||||
<a class="brand" href="/">My Statocles Site</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/blog">Blog</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
</header>
|
||||
<div class="main container">
|
||||
<div class="row">
|
||||
<div class="nine columns">
|
||||
<main>
|
||||
<p>... Content goes here ...</p>
|
||||
|
||||
|
||||
</main>
|
||||
</div>
|
||||
|
||||
<div class="three columns sidebar">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<footer>
|
||||
|
||||
<div class="container tagline">
|
||||
<a href="http://preaction.me/statocles">Made with Statocles</a><br>
|
||||
<a href="http://www.perl.org">Powered by Perl</a>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -25,7 +25,7 @@
|
|||
<lastmod>2017-09-28</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://perlbot.pl/page/test/</loc>
|
||||
<loc>https://perlbot.pl/page/seccomp/</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.5</priority>
|
||||
<lastmod>2017-09-28</lastmod>
|
||||
|
|
Loading…
Add table
Reference in a new issue