mirror of
https://github.com/samsonjs/sami.samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
first commit
This commit is contained in:
commit
b268484b4b
4 changed files with 24 additions and 0 deletions
3
public/.htaccess
Normal file
3
public/.htaccess
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
RewriteEngine On
|
||||
RewriteRule ^(.*)$ http://samhuri.net/posts/$1 [R=301,L]
|
||||
|
||||
0
public/favicon.gif
Normal file
0
public/favicon.gif
Normal file
0
public/favicon.ico
Normal file
0
public/favicon.ico
Normal file
21
public/index.html
Normal file
21
public/index.html
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<head>
|
||||
<meta charset=utf-8>
|
||||
<title>samhuri.net</title>
|
||||
<style>
|
||||
div{text-align:center;font-size:4em;vertical-align:center;height:100%;}
|
||||
</style>
|
||||
<script>
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push( ['_setAccount', 'UA-214054-3']
|
||||
, ['_trackPageview']
|
||||
);
|
||||
|
||||
(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
</script>
|
||||
</head>
|
||||
<div>sami.samhuri.net</div>
|
||||
Loading…
Reference in a new issue