Skip to content

Commit

Permalink
first upload
Browse files Browse the repository at this point in the history
  • Loading branch information
kadennapper committed Nov 28, 2024
0 parents commit 6cc8b1a
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 0 deletions.
1 change: 1 addition & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

11 changes: 11 additions & 0 deletions css/kristmasstyle.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
body {
background-image: url("/images/background.png");
background-repeat: repeat;
}
h1 {
background-color:rgba(255, 255, 255, 0.9);
text-align:center;
}
p {
text-align:center;
}
Binary file added images/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Kristmas (with a K)</title>
<link type="text/css" rel="stylesheet" href="css/kristmasstyle.css">
</head>
<body>
<h1>
Kristmas (with a K)
</h1>
<p>
<iframe
title="vimeo-player"
src="https://player.vimeo.com/video/55933251?h=7256a440ea"
width="640"
height="360"
allowfullscreen>
</iframe>
</p>
<p>
<iframe
title="vimeo-player"
src="https://player.vimeo.com/video/55202017?h=543c9ab9bc"
width="640"
height="360"
allowfullscreen>
</iframe>
</p>
</body>
</html>

0 comments on commit 6cc8b1a

Please sign in to comment.