-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (47 loc) · 2.65 KB
/
Copy pathindex.html
File metadata and controls
48 lines (47 loc) · 2.65 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<title>Online Java Class – Get smarter on Java.</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=contain">
<link rel="canonical" href="https://onlinejavaclass.com/">
<meta name="robots" content="index, follow">
<meta name="title" content="Online Java Class – Get smarter on Java.">
<meta name="referrer" content="always">
<meta name="description" content="Online Java Class has different classes in Java for beginners and professionals.">
<meta name="theme-color" content="#000000">
<meta property="og:title" content="Online Java Class – Get smarter on Java.">
<meta property="twitter:title" content="Online Java Class – Get smarter on Java.">
<meta property="og:url" content="https://onlinejavaclass.com/">
<meta property="og:image" content="https://onlinejavaclass.com/assets/img/logo.png"/>
<meta property="og:image:secure" content="https://onlinejavaclass.com/assets/img/logo.png">
<meta property="og:image:secure_url" content="https://onlinejavaclass.com/assets/img/logo.png"/>
<meta property="og:image:type" content="image/jpeg"/>
<meta property="og:image:width" content="400"/>
<meta property="og:image:height" content="300"/>
<link rel="shortcut icon" href="assets/img/favicon.ico" type="image/x-icon">
<link rel="dns-prefetch" href="//use.fontawesome.com">
<link rel="icon" href="assets/img/favicon.ico" type="image/x-icon">
<!--Tooltip utility-->
<link rel="stylesheet" href="https://unpkg.com/balloon-css/balloon.min.css">
<!-- Scripts-->
<script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js"></script>
<script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/prettify.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script data-ad-client="ca-pub-6809756741710034" async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-174204408-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-174204408-1');
</script>
</head>
<body>
<div id="app"></div>
</body>
</html>