-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
58 lines (51 loc) · 2 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>KnightDanila</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!--JQuery-->
<script src="js/libs/jquery/jquery.js" type="text/javascript"></script>
<script src="js/github.js" type="text/javascript"></script>
<link rel="stylesheet" href="theme/style.css">
<link rel="stylesheet" href="theme/footer/footer.css">
</head>
<body>
<div class="version">
Сайт находится в разработке <br>
This webpage is under development
</div>
<div class="content">
<br>
<a href="https://github.com/KnightDanila">I'm on GitHub</a>
<br>
<a href="Base64JS/index.html">Base64JS</a>
<br>
<a href="CMD/index.html">CMD</a>
<br>
<a href="MyWorksPresentation/index.html">My Works Presentation</a>
<br>
<a href="Resume/index.html">Resume</a>
<br>
<a href="LinearProgramming/University/LabWork1/index.html">LinearProgramming-University-LabWork1</a>
<br>
<!-- <iframe src="https://vk.com/im" height="200">
<p>Your browser does not support iframes.</p>
</iframe> -->
<a href="AI/Lections/L04/index.html">AI-Lections-L04</a>
<br>
<a href="AI/Bird/">Flying Bird</a>
<br>
<div id="github-projects"></div>
<script type="text/javascript">
$(function () {
$("#github-projects").loadRepositories("KnightDanila");
});
</script>
</div>
<div id="Footer" class="footer">
<a href="https://github.com/KnightDanila">KnightDanila<img src="https://github.com/fluidicon.png"></a>
</div>
</body>
</html>