Skip to content

Instantly share code, notes, and snippets.

View pihanya's full-sized avatar
🛠️

Mikhail Gostev pihanya

🛠️
View GitHub Profile
@pihanya
pihanya / style.css
Last active August 20, 2016 06:12
Style file of CleverHome project
@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,700';
Inherited from html
html {
line-height: 20px;
}
html, body {
height: 100%;
margin: 0;
@pihanya
pihanya / index.html
Last active August 22, 2016 03:15
Index page of CleverHome project
<!DOCTYPE html>
<html lang="ru-RU">
<head>
<meta charset="UTF-8">
<title>Document</title>
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>