Skip to content

Commit 50827ba

Browse files
committed
Create a template for project
1 parent 8067b61 commit 50827ba

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Gradient Background Generator</title>
7+
<link rel="stylesheet" href="style.css">
8+
9+
</head>
10+
<body>
11+
12+
<script src="script.js"></script>
13+
</body>
14+
</html>

Source-Code/GradientBackgroundGenerator/script.js

Whitespace-only changes.

Source-Code/GradientBackgroundGenerator/style.css

Whitespace-only changes.

0 commit comments

Comments
 (0)