Browse Source

++public/develop.html +-public/style.css

master
jordi 4 years ago
parent
commit
ff63791cc5
2 changed files with 27 additions and 4 deletions
  1. +23
    -0
      public/develop.html
  2. +4
    -4
      public/style.css

+ 23
- 0
public/develop.html View File

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="generator" content="GitLab Pages">
<title>Plain HTML DEVELOP branch| Git training</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="navbar">
<a href="https://pages.gitlab.io/plain-html/">Git training | HTML Example</a>
<a href="https://gitlab.com/pages/plain-html/">Repository</a>
<a href="https://gitlab.com/pages/">Other Examples</a>
</div>
<h1>Hola HTML DEVELOP branch World! :-) </h1>
<p>
This is a simple plain-HTML website on GitLab Pages, for Git training purposes.
</p>
</body>
</html>

+ 4
- 4
public/style.css View File

@ -5,13 +5,13 @@ body {
}
.navbar {
background-color: #313236;
border-radius: 2px;
max-width: 800px;
background-color: #43ca1d;
border-radius: 2px;
max-width: 800px;
}
.navbar a {
color: #aaa;
color: #ccc;
display: inline-block;
font-size: 15px;
padding: 10px;


Loading…
Cancel
Save