Difference between revisions of "Team:BioIQS-Barcelona/MinimalExample"

(Created page with "<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compat...")
 
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!DOCTYPE html>
 
 
<html lang="en">
 
<html lang="en">
 
<head>
 
<head>
Line 6: Line 5:
 
     <meta http-equiv="X-UA-Compatible" content="ie=edge">
 
     <meta http-equiv="X-UA-Compatible" content="ie=edge">
 
     <title>Minimal Example</title>
 
     <title>Minimal Example</title>
 +
 +
    <!-- This script DISABLES the load.php stylesheet -->
 +
    <script>
 +
        var element = document.querySelector('[rel="stylesheet"]');
 +
        var stylesheet = element.sheet || element.styleSheet;
 +
        console.log(stylesheet);
 +
        stylesheet.disabled = true;
 +
    </script>
 +
 +
<link rel="stylesheet" href="https://2018.igem.org/Template:BioIQS-Barcelona/css/goodload?action=raw&ctype=text/css">
 +
 
</head>
 
</head>
 
<body>
 
<body>

Latest revision as of 16:58, 6 December 2018

Minimal Example

I shouldn't be bold