pull/267/head
Ahmad Raza 3 months ago
parent e9afdbe40c
commit a517662f30

@ -1,19 +0,0 @@
name: CI Pipeline
on:
push:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Verify HTML file
run: echo "index.html verified"
- name: Manual Test Check
run: echo "Refer TEST_CASES.md for manual testing"

@ -1,13 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>My Project</title>
</head>
<body>
<h1>Project Starter</h1>
<script src="script.js"></script>
</body>
</html>

@ -1,16 +0,0 @@
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
* {
box-sizing: border-box;
}
body {
font-family: 'Roboto', sans-serif;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
overflow: hidden;
margin: 0;
}

@ -15,6 +15,7 @@
<span>0</span>
</div>
<h4>Get Ready</h4>
<h5>Get Ready For Testing</h5>
</div>
<div class="final">

Loading…
Cancel
Save