Upload files to "/"
This commit is contained in:
parent
5dc9fa8c3a
commit
36b1ea9947
5 changed files with 124 additions and 0 deletions
9
fontScaler.js
Normal file
9
fontScaler.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
console.log(document)
|
||||
// add buttons
|
||||
document.body.innerHTML +=
|
||||
"<div class=\"font_scaler\">" +
|
||||
"<button><img src=\"increasefont.svg\"/></button>" +
|
||||
"<button><img src=\"decreasefont.svg\"/></button>" +
|
||||
"</div>"
|
||||
|
||||
// code to make buttons work
|
Loading…
Add table
Add a link
Reference in a new issue