🐾🐜 Checkpoint
./.gitignore:1062301/4 ./index.html:1062301/80
This commit is contained in:
parent
78c19380f5
commit
779e0dc207
2 changed files with 3 additions and 1 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
.env
|
|
@ -4,6 +4,7 @@
|
|||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="icon" href="https://glitch.com/favicon.ico" />
|
||||
|
||||
<title>Hello World!</title>
|
||||
|
||||
|
@ -45,7 +46,7 @@
|
|||
</div>
|
||||
<nav class="navigation">
|
||||
<a href="https://glitch.com/edit/#!/remix/glitch-hello-website" class="btn--remix">
|
||||
<img src="https://cdn.glitch.com/a9975ea6-8949-4bab-addb-8a95021dc2da%2FLogo_Color.svg?v=1602781328576" />
|
||||
<img src="https://cdn.glitch.com/a9975ea6-8949-4bab-addb-8a95021dc2da%2FLogo_Color.svg?v=1602781328576" alt="Glitch logo" />
|
||||
Remix on Glitch
|
||||
</a>
|
||||
</nav>
|
||||
|
|
Loading…
Reference in a new issue