Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Gith-m committed Jan 4, 2024
1 parent b0da0bd commit 725f29b
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 0 deletions.
13 changes: 13 additions & 0 deletions uda/COMMIT_EDITMSG.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Initial commit
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# On branch master
#
# Initial commit
#
# Changes to be committed:
# new file: cs.css
# new file: index.html
# new file: js.js
#
3 changes: 3 additions & 0 deletions uda/cs.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
body {
background-color: #00cae4;
}
34 changes: 34 additions & 0 deletions uda/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Blog Project</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<link rel="stylesheet" href="css/app.css">
</head>
<body>
<header>
<h1>Arsenal!</h1>
</header>
<div class="container">
<main>

</main>
</div>

<!-- start of new content -->
<aside>
<h2>About Me</h2>

<p>Walter White</p>
</aside>
<!-- end of new content -->

<footer>
Made with ♥ @ Udacity
</footer>

<script src="js/app.js"></script>
</body>
</html>
Empty file added uda/js.js
Empty file.

0 comments on commit 725f29b

Please sign in to comment.