-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathonline-compiler.html
64 lines (56 loc) · 3 KB
/
online-compiler.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
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Online Compiler</title>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;900&family=Ubuntu:wght@500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="Preloader/preloader.css">
<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/2c9596b2a4.js" crossorigin="anonymous"></script>
</head>
<body>
<style>
body {
background: linear-gradient(0.375turn, #041C82, #00122B, #440784);
/* background-image: url('back2.png');
background-size: 100%;
background-repeat:no-repeat;
height: 100%;
background-color: #000;
background-image: url("images/overlay.png"), -moz-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url("../../images/bg.jpg");
background-image: url("images/overlay.png"), -webkit-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url("../../images/bg.jpg");
background-image: url("images/overlay.png"), -ms-linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url("../../images/bg.jpg");
background-image: url("images/overlay.png"), linear-gradient(60deg, rgba(255, 165, 150, 0.5) 5%, rgba(0, 228, 255, 0.35)), url("../../images/bg.jpg");
background-repeat: repeat, no-repeat, no-repeat;
background-size: 100px 100px, cover, cover;
background-position: top left, center center, bottom center;
background-attachment: fixed, fixed, fixed; */
}
</style>
<div class="header">
<h1>Online Compiler</h1>
</div>
<div class="container">
<a href="Compilers/python.html"><button class="btn but1">Python</button>
<a href="Compilers/cpp.html"><button class="btn but2">C++</button>
<a href="Compilers/java.html"><button class="btn but3">Java</button>
<a href="Compilers/c.html"><button class="btn but4">C</button>
<a href="Compilers/html-css-js.html"><button class="btn but5">HTML5 CSS JS</button>
<a href="Compilers/go.html"><button class="btn but6">Go</button>
<a href="Compilers/ruby.html"><button class="btn but7">Ruby</button>
<a href="Compilers/rust.html"><button class="btn but8">Rust</button>
<a href="Compilers/bash.html"><button class="btn but9">Bash</button>
<a href="Compilers/swift.html"><button class="btn but9">Swift</button>
<a href="Compilers/scala.html"><button class="btn but9">Scala</button>
<a href="Compilers/pygame.html"><button class="btn but9">Pygame</button>
<a href="Compilers/java-swing.html"><button class="btn but9">Java Swing</button>
</div>
<div class="container fluid">
<p class="fotter-icon">© Copyright 2020 GRC's Developers Club</p>
</div>
</footer>
</body>
<script src="Preloader/preloader.js"></script>
</html>