-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
51 lines (48 loc) · 3.07 KB
/
index.html
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<title>Join the Battle for Net Neutrality</title>
<link rel="icon" href="favicon.ico">
<meta name="description" content="It's time for Congress to pass the Save the Net Act to restore crucial protections repealed by the FCC.">
<meta name="author" content="Demand Progress">
<meta itemprop="name" content="Stop The Fcc">
<meta itemprop="description" content="It's time for Congress to pass the Save the Net Act to restore crucial protections repealed by the FCC.">
<meta itemprop="image" content="https://s3.amazonaws.com/demand-progress/no-excuses-save-the-net.png">
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.stopthefcc.net/" />
<meta property="og:image" content="https://s3.amazonaws.com/demand-progress/no-excuses-save-the-net.png" />
<meta property="og:title" content="It's time for Congress to pass the Save the Net Act to restore crucial protections repealed by the FCC." />
<meta property="og:description" content="Click here to tell lawmakers to stand with their constituents, not Big Cable!" />
<meta property="og:site_name" content="Stop The Fcc" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@DemandProgress" />
<meta name="twitter:title" content="Stop The Fcc" />
<meta name="twitter:description" content="It's time for Congress to pass the Save the Net Act to restore crucial protections repealed by the FCC." />
<meta name="twitter:image" content="https://s3.amazonaws.com/demand-progress/no-excuses-save-the-net.png" />
<meta name="twitter:url" content="https://www.stopthefcc.net/" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" media="all" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700" media="all" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400,700" rel="stylesheet" />
<!-- <link defer href="https://cdnjs.cloudflare.com/ajax/libs/open-iconic/1.1.1/font/css/open-iconic.min.css" rel="stylesheet" type="text/css" /> -->
<!-- <script type="text/javascript">
WebFontConfig = {
google: { families: [ 'Montserrat:400,700', 'Open+Sans:400,700' ] }
};
(function() {
var wf = document.createElement('script');
wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})(); </script> -->
<link href="./css/app.css?v=1" rel="stylesheet" type="text/css" />
</head>
<body class="bftn-body">
<div id="root"></div>
<script async type="text/javascript" src="./src/bundle.js?v=8"></script>
</body>
</html>