We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8067b61 commit 50827baCopy full SHA for 50827ba
Source-Code/GradientBackgroundGenerator/index.html
@@ -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
Source-Code/GradientBackgroundGenerator/style.css
0 commit comments