-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdisable-css.html
More file actions
27 lines (18 loc) · 1.32 KB
/
disable-css.html
File metadata and controls
27 lines (18 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!doctype html>
<html>
<head>
<title>Javascript</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link href="disable.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato:300,700" rel="stylesheet">
</head>
<body class="">
<header id="header">
<button id="toggleCss">Enable CSS Man!</button>
<h2>Defend and Preserve Earth's Creative Potential</h2>
<p>The originating powers of the Ecosphere are expressed through its resilient geographic ecosystems. Therefore, as first priority, the ecocentric philosophy urges preservation and restoration of natural ecosystems and their component species. Barring planet-destroying collisions with comets and asteroids, Earth's evolving inventiveness will continue for millions of years, hampered only where humans have destroyed whole ecosystems by exterminating species or by toxifying sediments, water and air. The permanent darkness of extinction removes strands in the organic web, reducing the beauty of the Earth and the potential for the future emergence of unique ecosystems with companion organisms, some possibly of greater-than-human sensitivity and intelligence.</p>
</header>
<script src="disable.js" type="text/javascript"></script>
</body>
</html>