Leo Lamprecht
8 years ago
5 changed files with 0 additions and 60 deletions
@ -1,5 +0,0 @@ |
|||
require('http') |
|||
.createServer((req, res) => { |
|||
res.end('Hello world!') |
|||
}) |
|||
.listen(process.env.PORT) |
@ -1,9 +0,0 @@ |
|||
{ |
|||
"name": "micro-example", |
|||
"dependencies": { |
|||
"micro": "latest" |
|||
}, |
|||
"scripts": { |
|||
"start": "micro server" |
|||
} |
|||
} |
@ -1,8 +0,0 @@ |
|||
module.exports = () => { |
|||
return { |
|||
project: { |
|||
type: 'microservice', |
|||
poweredBy: '▲' |
|||
} |
|||
} |
|||
} |
@ -1,17 +0,0 @@ |
|||
<!DOCTYPE html> |
|||
<html lang="en"> |
|||
<head> |
|||
<title>My first now deployment</title> |
|||
<meta charset="utf-8" /> |
|||
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|||
<link rel="stylesheet" href="style.css"> |
|||
</head> |
|||
<body> |
|||
<div> |
|||
<p style="font: 50px Helvetica"> |
|||
▲ |
|||
</p> |
|||
</div> |
|||
</body> |
|||
</html> |
|||
|
@ -1,21 +0,0 @@ |
|||
body { |
|||
background: #000; |
|||
color: #fff; |
|||
} |
|||
|
|||
div { |
|||
display: flex; |
|||
align-items: center; |
|||
height: 100%; |
|||
width: 100%; |
|||
position: absolute; |
|||
} |
|||
|
|||
p { |
|||
font-size: 200px; |
|||
margin: 0; |
|||
padding: 0; |
|||
width: 100%; |
|||
text-align: center; |
|||
} |
|||
|
Loading…
Reference in new issue