Skip to content

Commit 24b45aa

Browse files
committed
Update title in hosting page
1 parent 29b4e72 commit 24b45aa

File tree

1 file changed

+6
-22
lines changed

1 file changed

+6
-22
lines changed

public/index.html

+6-22
Original file line numberDiff line numberDiff line change
@@ -20,26 +20,10 @@
2020

2121
<style media="screen">
2222
body { background: #ECEFF1; color: rgba(0,0,0,0.87); font-family: Roboto, Helvetica, Arial, sans-serif; margin: 0; padding: 0; }
23-
#message { background: white; max-width: 360px; margin: 100px auto 16px; padding: 32px 24px; border-radius: 3px; }
24-
#message h2 { color: #ffa100; font-weight: bold; font-size: 16px; margin: 0 0 8px; }
25-
#message h1 { font-size: 22px; font-weight: 300; color: rgba(0,0,0,0.6); margin: 0 0 16px;}
26-
#message p { line-height: 140%; margin: 16px 0 24px; font-size: 14px; }
27-
#message a { display: block; text-align: center; background: #039be5; text-transform: uppercase; text-decoration: none; color: white; padding: 16px; border-radius: 4px; }
28-
#message, #message a { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); }
29-
#load { color: rgba(0,0,0,0.4); text-align: center; font-size: 13px; }
30-
@media (max-width: 600px) {
31-
body, #message { margin-top: 0; background: white; box-shadow: none; }
32-
body { border-top: 16px solid #ffa100; }
33-
}
3423
</style>
3524
</head>
3625
<body>
37-
<div id="message">
38-
<h2>Welcome</h2>
39-
<h1>Firebase Hosting Setup Complete</h1>
40-
<p>You're seeing this because you've successfully setup Firebase Hosting. Now it's time to go build something extraordinary!</p>
41-
<a target="_blank" href="https://firebase.google.com/docs/hosting/">Open Hosting Documentation</a>
42-
</div>
26+
<h2>Unity CI Versioning Backend</h2>
4327
<p id="load">Firebase SDK Loading&hellip;</p>
4428

4529
<script>
@@ -61,11 +45,11 @@ <h1>Firebase Hosting Setup Complete</h1>
6145
try {
6246
let app = firebase.app();
6347
let features = [
64-
'auth',
65-
'database',
66-
'messaging',
67-
'storage',
68-
'analytics',
48+
'auth',
49+
'database',
50+
'messaging',
51+
'storage',
52+
'analytics',
6953
'remoteConfig',
7054
'performance',
7155
].filter(feature => typeof app[feature] === 'function');

0 commit comments

Comments
 (0)