-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdev.html
36 lines (33 loc) · 1.55 KB
/
dev.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Компиляторы/IDE</title>
<!--Import materialize.css-->
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/>
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</head>
<body>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="./js/materialize.min.js"></script>
<nav>
<div class="nav-wrapper teal">
<a href="./" class="brand-logo center">Назад</a>
<ul id="nav-mobile" class="left hide-on-med-and-down">
</ul>
</div>
</nav>
<div class="container flow-text">
<br>
<h1>Компиляторы/IDE</h1>
<a href="http://prdownloads.sourceforge.net/dev-cpp/devcpp-4.9.9.2_setup.exe">Dev C++</a><br>
<a href="http://wxdsgn.sourceforge.net/?q=node/4">WxDev C++ для Windows 8-10</a><br>
<a href="http://www.geany.org/">Geany (C++, Pascal, HTML...)</a><a href="http://www.geany.org/Main/AllFiletypes"> Полный список</a><br>
<a href="http://wiki.geany.org/howtos/win32/getting-started">C++ компилятор для Geany</a><br>
<a href="http://www.cplusplus.com/">Функции C++</a><br>
<a href="ftp://freepascal.stack.nl/pub/fpc/dist/2.6.4/i386-win32/fpc-2.6.4.x86_64-win64.exe">Free Pascal</a><br>
<a href="http://www.freepascal.org/docs.var">Функции Pascal</a><br>
</div>
</body>
</html>