-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (31 loc) · 1.48 KB
/
index.html
File metadata and controls
32 lines (31 loc) · 1.48 KB
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
30
31
32
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Embed Generator By BreadoMatic</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<meta name="theme-color" content="#DF01D7"> <meta name="description" content="Embed generator by BreadoMatic Working on Discord And many other platform">
</head>
<h1 class="text">Embed Generator</h1>
<body>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<body>
<div id="contains">
<label for="title" class="title">Embed Title</label>
<input type="text" id="title" name="title">
<label for="url" class="url">Embed Theme Color (get color code in https://html-color-codes.info/)</label>
<input type="url" id="url" name="url">
<label for="tag" class="tag">Embed Description</label>
<input type="text" id="tag" name="tag">
<button id="submit">Generate</button>
</div>
<div class="result">
<textarea class="result_text" type="text" rows="5"></textarea>
<button class="copy_btn"><i class="fas fa-clipboard"></i></button>
</div>
<element class="text">Made with ❤️ By BreadoMatic</element>
</body>
<script src="script.js"></script>
</body>
</html>