mirror of
https://github.com/kognise/water.css.git
synced 2026-01-21 04:25:45 +01:00
Add editorconfig
This commit is contained in:
parent
b8142463a6
commit
94291ae8d9
2 changed files with 17 additions and 7 deletions
10
.editorconfig
Normal file
10
.editorconfig
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
quote_type = single
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = false
|
||||
insert_final_newline = false
|
||||
14
index.html
14
index.html
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Redirecting to https://watercss.kognise.dev/</title>
|
||||
<meta http-equiv="refresh" content="0; URL=https://watercss.kognise.dev/">
|
||||
<link rel="canonical" href="https://watercss.kognise.dev/">
|
||||
</head>
|
||||
<body></body>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Redirecting to https://watercss.kognise.dev/</title>
|
||||
<meta http-equiv="refresh" content="0; URL=https://watercss.kognise.dev/">
|
||||
<link rel="canonical" href="https://watercss.kognise.dev/">
|
||||
</head>
|
||||
<body></body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue