forked from AdamOswald/AdamOswald.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (57 loc) · 3.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html>
<head>
<title>RobloxAsset</title>
<link rel="stylesheet" type="text/css" href="scripts/css/style.css">
<link rel="stylesheet" type="text/css" href="scripts/css/fonts.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="scripts/js/jquery-3.2.1.min.js"></script>
<script src="scripts/js/main.js"></script>
<meta name="description"
content="Download Roblox shirts, models & other assets to use directly in your game, or for other use.">
<meta name="robots" content="max-snippet:-1, max-image-preview:large, max-video-preview:-1">
<link rel="canonical" href="https://robloxasset.tk/">
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:title" content="RobloxAsset - Roblox Asset Downloader">
<meta property="og:description"
content="Download Roblox shirts, models & other assets to use directly in your game, or for other use.">
<meta property="og:url" content="https://robloxasset.tk/">
<meta property="og:site_name" content="RobloxAsset">
<meta property="og:image" content="https://robloxasset.tk/images/robloxasset.jpg">
<meta property="og:image:secure_url" content="https://robloxasset.tk/images/robloxasset.jpg">
<meta property="og:image:width" content="560">
<meta property="og:image:height" content="340">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:description"
content="Download Roblox shirts, models & other assets to use directly in your game, or for other use.">
<meta name="twitter:title" content="RobloxAsset - Roblox Asset Downloader">
<meta name="twitter:image" content="https://robloxasset.tk/images/robloxasset.jpg">
</head>
<body>
<div id="mainWrapper">
<h1 class="mainHeader">Roblox<span>Asset</span></h1>
<div id="formWrapper">
<div id="form">
<input autocomplete="off" type="text" id="assetURL" name="url" placeholder="Enter Roblox Asset URL...">
<select id="assetType" name="type">
<option value="placeholder">Select Asset Type</option>
<option value="accessory">Accessory</option>
<option value="clothing">Clothing</option>
<option value="decal">Decal</option>
<option value="sound">Sound</option>
<option value="model">Model</option>
<option value="mesh">Mesh</option>
<option value="plugin">Plugin</option>
</select>
<p id="exampleText">Example URL: <span
class="example">https://www.roblox.com/library/4951534350/Astronomia</span></p>
<input id="submitAsset" type="submit" value="Download Asset">
<h2 id="loadMsg">Downloading...</h2>
<p id="errorMsg">placeholder</p>
</div>
</div>
</div>
<p class="footer">Total Downloads: <span id="totalDownloads"></span> | Created by Nanoo</p>
</body>
</html>