Attempt 1 on adding site generation to runner
Some checks failed
Deploy Blog to Folder / deploy (push) Failing after 2s
Some checks failed
Deploy Blog to Folder / deploy (push) Failing after 2s
This commit is contained in:
@ -1,26 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>Hello World!</h1>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
|
||||
<h2><a href="/posts/post-1/">You are stinky</a></h2>
|
||||
<p><p>First post!</p>
|
||||
</p>
|
||||
|
||||
<h2><a href="/posts/post-2/">Actually very stinky</a></h2>
|
||||
<p><p>Second post!</p>
|
||||
</p>
|
||||
|
||||
</main>
|
||||
<footer></footer>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,18 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>You are stinky</h1>
|
||||
</header>
|
||||
<main>
|
||||
<p>First post!</p>
|
||||
|
||||
</main>
|
||||
<footer></footer>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,18 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>Actually very stinky</h1>
|
||||
</header>
|
||||
<main>
|
||||
<p>Second post!</p>
|
||||
|
||||
</main>
|
||||
<footer></footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user