Difference between revisions of "User:Lexar/sandbox/Page.js"

From Team Fortress Wiki
Jump to: navigation, search
m (importing js and css from dropbox)
m (can only import css)
Line 1: Line 1:
 
//my js page for general screwin around
 
//my js page for general screwin around
$('head').append('<link href="https://dl.dropboxusercontent.com/u/32668357/wiki_stuff/tempres/style.css" rel="stylesheet" type="text/css" /><script src="https://dl.dropboxusercontent.com/u/32668357/wiki_stuff/tempres/sandbox.js"></script>');
+
$('head').append('<link href="https://dl.dropboxusercontent.com/u/32668357/wiki_stuff/tempres/style.css" rel="stylesheet" type="text/css" />');

Revision as of 04:03, 4 July 2015

//my js page for general screwin around
$('head').append('<link href="https://dl.dropboxusercontent.com/u/32668357/wiki_stuff/tempres/style.css" rel="stylesheet" type="text/css" />');