28 lines
1.1 KiB
HTML
28 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="Minimal Linux Live" />
|
|
<meta name="keywords" content="minimal minimalistic tiny linux live tutorial howto kernel busybox cd usb iso image bios uefi" />
|
|
<meta name="author" content="Ivan Davidov - davidov (dot) i [at] gmail {dot} com" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>Minimal Linux Live</title>
|
|
<link rel="stylesheet" href="assets/css/normalize.css" />
|
|
<link rel="stylesheet" href="assets/css/skeleton.css" />
|
|
<link rel="icon" type="image/x-icon" href="assets/img/favicon.ico" />
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script>
|
|
if(window.location.hostname != "") {
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
ga('create', 'UA-53254151-1', 'auto');
|
|
ga('send', 'pageview');
|
|
}
|
|
</script>
|
|
</body>
|
|
</html>
|