mirror of
https://github.com/bvanroll/example-node-project.git
synced 2025-09-01 21:32:41 +00:00
Initial import
This commit is contained in:
23
index.html
Normal file
23
index.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<!doctype html>
|
||||
<html class="no-js" lang="">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Hello World : Jenkins X</title>
|
||||
<meta name="description" content="Jenkins X">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" media="all" href="style.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="cover">
|
||||
<div class="feature">
|
||||
<h1>Hello Node</h1>
|
||||
<div class="brand">
|
||||
Jenkins <strong>X</strong>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user