Skip to content

Commit 7b51585

Browse files
committed
npm run format
1 parent eaae0e3 commit 7b51585

File tree

2 files changed

+36
-24
lines changed

2 files changed

+36
-24
lines changed
Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
1-
<!DOCTYPE html>
2-
<html>
3-
<head>
4-
<title>Redirecting...</title>
5-
<link rel="canonical" href="https://future-architect.github.io/arch-guidelines/documents/forSlack/index.html" />
6-
<meta charset="utf-8" />
7-
<meta http-equiv="refresh" content="0; url=https://future-architect.github.io/arch-guidelines/documents/forSlack/index.html" />
8-
</head>
9-
<body>
10-
<p>Redirecting...</p>
11-
</body>
12-
</html>
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<title>Redirecting...</title>
5+
<link
6+
rel="canonical"
7+
href="https://future-architect.github.io/arch-guidelines/documents/forSlack/index.html"
8+
/>
9+
<meta charset="utf-8" />
10+
<meta
11+
http-equiv="refresh"
12+
content="0; url=https://future-architect.github.io/arch-guidelines/documents/forSlack/index.html"
13+
/>
14+
</head>
15+
<body>
16+
<p>Redirecting...</p>
17+
</body>
18+
</html>
Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
1-
<!DOCTYPE html>
2-
<html>
3-
<head>
4-
<title>Redirecting...</title>
5-
<link rel="canonical" href="https://future-architect.github.io/arch-guidelines/documents/forSlack/slack_usage_guidelines.html" />
6-
<meta charset="utf-8" />
7-
<meta http-equiv="refresh" content="0; url=https://future-architect.github.io/arch-guidelines/documents/forSlack/slack_usage_guidelines.html" />
8-
</head>
9-
<body>
10-
<p>Redirecting...</p>
11-
</body>
12-
</html>
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<title>Redirecting...</title>
5+
<link
6+
rel="canonical"
7+
href="https://future-architect.github.io/arch-guidelines/documents/forSlack/slack_usage_guidelines.html"
8+
/>
9+
<meta charset="utf-8" />
10+
<meta
11+
http-equiv="refresh"
12+
content="0; url=https://future-architect.github.io/arch-guidelines/documents/forSlack/slack_usage_guidelines.html"
13+
/>
14+
</head>
15+
<body>
16+
<p>Redirecting...</p>
17+
</body>
18+
</html>

0 commit comments

Comments
 (0)