forked from openkylin/efl
26 lines
852 B
HTML
26 lines
852 B
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||
|
"http://www.w3.org/TR/html4/strict.dtd">
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>$title</title>
|
||
|
|
||
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110876574-1"></script>
|
||
|
<script>
|
||
|
window.dataLayer = window.dataLayer || [];
|
||
|
function gtag(){dataLayer.push(arguments);}
|
||
|
gtag('js', new Date());
|
||
|
|
||
|
gtag('config', 'UA-110876574-1');
|
||
|
</script>
|
||
|
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||
|
<link rel="icon" href="favicon.png" type="image/x-icon">
|
||
|
<link rel="shortcut icon" href="favicon.png" type="image/x-icon">
|
||
|
<link rel="icon" href="favicon.png" type="image/ico">
|
||
|
<link rel="shortcut icon" href="favicon.png" type="image/ico">
|
||
|
<link rel="stylesheet" type="text/css" href="e.css">
|
||
|
</head>
|
||
|
|
||
|
<body>
|