Commit cd4b44a0 by Iren

Initial commit

parents
{
"directory": "vendors/"
}
\ No newline at end of file
.idea
.DS_Store
vendors/
node_modules/
tmp/
{
"name": "MySmartOffice",
"authors": ["Iren"],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"dependencies": {
"jquery": "^3.3.1"
}
}
.t {
}
\ No newline at end of file
This diff is collapsed. Click to expand it.
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Home</title>
<link rel="stylesheet" href="css/styles.css" />
<link rel="stylesheet" href="vendors/fontawesome/web-fonts-with-css/css/fontawesome-all.css" />
</head>
<body>
<header>
</header>
</body>
</html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment