💖🚒 Checkpoint
./index.html:96831/423 ./styles.css:96831/354
This commit is contained in:
parent
4a171c5d6d
commit
716cb72225
12
index.html
12
index.html
@ -1,21 +1,27 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>Hello!</title>
|
<title>Hello!</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
||||||
|
<!-- import the webpage's stylesheet -->
|
||||||
<link rel="stylesheet" href="/styles.css">
|
<link rel="stylesheet" href="/styles.css">
|
||||||
|
|
||||||
|
<!-- import the webpage's javascript file -->
|
||||||
<script src="/script.js" defer></script>
|
<script src="/script.js" defer></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1>Hi there!</h1>
|
<h1>Hi there!</h1>
|
||||||
<p>
|
<p>
|
||||||
I'm your cool new webpage. Made with
|
I'm your cool new webpage. Made with
|
||||||
<a href="https://www.glitch.com">Glitch</a>
|
<a href="https://www.glitch.com">Glitch</a>!
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<!-- Include the Glitch button and default styling: -->
|
|
||||||
|
<!-- include the Glitch button -->
|
||||||
<div class="glitchButton" style="position:fixed;top:20px;right:20px;"></div>
|
<div class="glitchButton" style="position:fixed;top:20px;right:20px;"></div>
|
||||||
<script src="https://button.glitch.me/button.js" data-style="glitch"></script>
|
<script src="https://button.glitch.me/button.js" data-style="glitch"></script>
|
||||||
</body>
|
</body>
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
/* this CSS (cascading stylesheet) includes rules for how our webpage looks */
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family:"Benton Sans",-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",helvetica,arial,sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-style: italic
|
font-style: italic
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user