Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>DevTips Starter Kit</title>
<title>First Step</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="assets/img/favicons/favicon.ico">
Expand All @@ -12,7 +12,7 @@
<div class="page-home">

<section>
<h1 class="page-title">DevTips<br>Starter Kit</h1>
<h1 class="page-title">THIS IS THE WORK<br>OF AN ENEMY STAND</h1>
<p>Ground zero for your next project.</p>

<a href="https://github.com/DevTips/DevTips-Starter-Kit/archive/master.zip" class="button button-download">Download Now</a>
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -422,5 +422,5 @@ body {


body {
background: lavender;
background: red;
}