Skip to content

Commit 990f993

Browse files
committed
first commit
0 parents  commit 990f993

File tree

4 files changed

+19
-0
lines changed

4 files changed

+19
-0
lines changed

.well-known/assetlinks.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[{
2+
"relation": ["lookalikes/allowlist"],
3+
"target" : { "namespace": "web", "site": "https://deepsense.ai"}
4+
},{
5+
"relation": ["lookalikes/allowlist"],
6+
"target" : { "namespace": "web", "site": "https://deepsense-ai.github.io"}
7+
}]

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# deepsense-ai.github.io

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include: [".well-known"]

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Przekierowanie...</title>
5+
<meta http-equiv="refresh" content="0; url=https://deepsense.ai">
6+
</head>
7+
<body>
8+
<p>Jeśli nie zostałeś przekierowany automatycznie, <a href="https://deepsense.ai">kliknij tutaj</a>.</p>
9+
</body>
10+
</html>

0 commit comments

Comments
 (0)