Skip to content
This repository was archived by the owner on May 14, 2023. It is now read-only.

Commit cba195e

Browse files
committed
Starter HTML page is created.
- .editorconfig file has been added.
1 parent c3b651c commit cba195e

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.editorconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
indent_style = space
6+
indent_size = 2
7+
end_of_line = lf
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
10+
11+
[*.md]
12+
trim_trailing_whitespace = false

index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<meta http-equiv="x-ua-compatible" content="ie=edge">
7+
<meta name="description" content="Iranian official brand colors in one place">
8+
<title>Iranian Brand Colors - Created By Jeff Mosawy</title>
9+
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400" rel="stylesheet">
10+
</head>
11+
<body>
12+
<div class="wrapper" id="app"></div>
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)