mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Add stylesheet
This commit is contained in:
parent
00fbbd6763
commit
5763da87c8
@ -3,11 +3,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Feather</title>
|
||||
<meta charset="UTF-8">
|
||||
<title>Feather</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
{% include header.html %}
|
||||
<h1>Hello World</h1>
|
||||
{% include header.html %}
|
||||
<h1>Hello World</h1>
|
||||
</body>
|
||||
</html>
|
||||
|
2
style.scss
Normal file
2
style.scss
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
---
|
Loading…
Reference in New Issue
Block a user