-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
29 lines (26 loc) · 1.07 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="A tool to generate RGB split text / flaring / RGB glitch effect">
<meta name="google-site-verification" content="pi8qBei6qHxHyGxm9Eh4WDhPwxU672uIJmfdIqcgIGs" />
<meta name="author" content="kaleidawave">
<script defer src="script.js"></script>
<link rel="stylesheet" href="styles.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<title>RGB SPLIT</title>
</head>
<body>
<div class="container">
<h1 id="glitch-text" class="glitch" data-text="Text">Text</h1>
</div>
<div id="inputs">
<label>Text:</label>
<input type="text" placeholder="Text" value="Text" title="The text you want to display" id="input-text">
<label>Font:</label>
<input type="text" placeholder="Font" value="Arial" title="The font you want it in" id="input-font">
</div>
</body>
</html>