mirror of
https://github.com/kognise/water.css.git
synced 2025-08-14 17:14:40 +02:00
Add editorconfig
This commit is contained in:
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>
|
Reference in New Issue
Block a user