mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-03-02 15:23:38 +03:00
12 lines
162 B
JavaScript
12 lines
162 B
JavaScript
|
/**
|
||
|
Add here your JavaScript Code.
|
||
|
Note: The code entered here will be added in <head> tag.
|
||
|
|
||
|
Example:
|
||
|
var x, y, z;
|
||
|
x = 5;
|
||
|
y = 6;
|
||
|
z = x + y;
|
||
|
alert(z);
|
||
|
*/
|