-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_1.php
37 lines (31 loc) · 1.18 KB
/
index_1.php
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Evoke'19</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="TKM College of Engineering, Kollam, Kerala presents 'EVOKE'19: The dawn of green intelligence, conducted by IEDC and IEEE TKMCE. In the present era where the rising concern regarding environmental protection and the need for smart technologies explosively overlap, EVOKE'19 brings out the technical rich minds to the stage.">
<link rel="shortcut icon" href="logo.png">
<style>
body {
background: url('logo.png') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: contain;
}
</style>
</head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-131493860-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-131493860-1');
</script>
</body>
</html>