aboutsummaryrefslogtreecommitdiffstats
path: root/library/font_awesome/src/_layouts/survey.html
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2018-03-09 11:12:18 +0100
committerMario <mario@mariovavti.com>2018-03-09 11:12:18 +0100
commit4baf5eab16d809977a44e7911ddcab0ff8383897 (patch)
tree393f618c4cfc20f53264ecd8a26a08de0823d35d /library/font_awesome/src/_layouts/survey.html
parent577da0eb9eb1f90a4cf7a70cfb3582cfb49007ac (diff)
parent7361af85b5488fc8bd1744389a3a332dc74276b0 (diff)
downloadvolse-hubzilla-3.2.tar.gz
volse-hubzilla-3.2.tar.bz2
volse-hubzilla-3.2.zip
Merge branch '3.2RC'3.2
Diffstat (limited to 'library/font_awesome/src/_layouts/survey.html')
-rw-r--r--library/font_awesome/src/_layouts/survey.html47
1 files changed, 0 insertions, 47 deletions
diff --git a/library/font_awesome/src/_layouts/survey.html b/library/font_awesome/src/_layouts/survey.html
deleted file mode 100644
index 2af18f38e..000000000
--- a/library/font_awesome/src/_layouts/survey.html
+++ /dev/null
@@ -1,47 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <!-- Basic Page Needs
- ================================================== -->
- <meta charset="utf-8" />
- <meta name="viewport" content="width=device-width,initial-scale=1">
- <meta name="description" content="Font Awesome, the iconic font and CSS framework">
- <meta name="author" content="Dave Gandy">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <link rel="shortcut icon" href="{{ page.relative_path }}assets/ico/favicon.ico">
-
- <title>{% if page.title %}{{ page.title }}{% endif %}</title>
-
- <style type="text/css">
- html{
- margin: 0;
- height: 100%;
- overflow: hidden;
- }
- iframe{
- position: absolute;
- left:0;
- right:0;
- bottom:0;
- top:0;
- border:0;
- }
- </style>
-
- <script>
- var _gaq = _gaq || [];
- _gaq.push(['_setAccount', 'UA-30136587-1']);
- _gaq.push(['_trackPageview']);
-
- (function() {
- var ga = document.createElement('script');
- ga.src = 'https://www.google-analytics.com/ga.js';
- var s = document.scripts[0];
- s.parentNode.insertBefore(ga, s);
- })();
- </script>
-</head>
-<body>
- {{content}}
-</body>
-</html>