first commit
This commit is contained in:
commit
4d332ef662
27586 changed files with 3281783 additions and 0 deletions
20
rus/admin/_V4/googleapioffline/index.html
Normal file
20
rus/admin/_V4/googleapioffline/index.html
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<script data-require="jquery@*" data-semver="3.1.1" src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<script src="script.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Local Google Font Generator!</h1>
|
||||
<p><b>Example Input:</b> https://fonts.googleapis.com/css?family=Barrio</p>
|
||||
<input id="font-input" placeholder="https://fonts.googleapis.com/css?family=Barrio" type="text">
|
||||
<button id="font-btn" type="submit">
|
||||
Generate CSS
|
||||
</button>
|
||||
<textarea id="processed-css"></textarea>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue