Skip to content

Commit a6c7c75

Browse files
committed
make rainbow return to the welcome page.
1 parent c69f05c commit a6c7c75

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

static/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
padding: 0 1em;
1818
font-family: system-ui, -apple-system, sans-serif;
1919
line-height: 1.6;
20+
background: linear-gradient(90deg, red, orange, green, blue, indigo, violet);
21+
}
22+
#body {
23+
background: white;
24+
padding: 10px 20px 10px 20px;
25+
border-radius: 20px 20px 20px 20px;
2026
}
2127
h1 {
2228
border-bottom: 2px solid;
@@ -49,6 +55,7 @@
4955
</style>
5056
</head>
5157
<body>
58+
<div id="body">
5259
<h1>Welcome to <span class="rainbow">Rainbow</span>!</h1>
5360

5461
<p>If you see this page, the <a href="https://github.com/ipfs/rainbow" target="_blank" rel="noopener noreferrer">Rainbow IPFS gateway software</a> has been successfully installed and working. Further configuration is required.</p>
@@ -88,5 +95,6 @@ <h2>Abuse Reports</h2>
8895
<noscript>
8996
<p>To report abuse, look up the domain owner using a WHOIS service.</p>
9097
</noscript>
98+
</div>
9199
</body>
92100
</html>

0 commit comments

Comments
 (0)