forked from Logisim-Ita/Logisim-Ita.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeveloperstutorial.html
51 lines (48 loc) · 2.13 KB
/
developerstutorial.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
<!DOCTYPE html>
<html>
<head>
<title>Tutorials For Developers</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="description" content="Logisim Developers Tutorial, How to compile and run Logisim" />
<meta name="keywords"
content="Logisim fork, logisim, How to build Logisim, Import Logisim on Eclipse, Eclipse, Logisim-Ita, Create Logisim EXE, Logisim Tutoial for Developer, Developer, How to, Build Logisim-Ita, Contribute, GitHub " />
<meta name="theme-color" content="#eee">
<link rel="stylesheet" type="text/css" href="./css/style.css">
<link rel="stylesheet" type="text/css" href="./css/UbuntuFont.css">
</head>
<body>
<div class="header">
<a href="/">
<div class="sub1">
<img class="logo" src="/images/logisim.gif" alt="Logisim">
</div>
</a>
<a href="https://github.com/Logisim-Ita/Logisim/stargazers" target="_blank">
<div class="star"><span class="starmessage">STAR ON GITHUB </span>★</div>
</a>
<div class="sub2">
<a class="n" href="./index.html">HOME</a>
<a class="n headpag" href="userstutorial.html">USERS</a>
<a class="s headpag" href="#">DEVELOPERS</a>
</div>
</div>
<div class="videorelative">
<div class="content">
<h1 class="outline" id="titolotutorial">TUTORIALS FOR DEVELOPERS</h1>
<div class="indicebox">
<h2 class="outline">SELECT VIDEO:</h2>
<p>
<a class="indice" href="?id=TBxefCT6BEY">IMPORT & COMPILING</a>
<a class="indice" href="?id=gAj2_qn-cw0">CREATE RUNNABLE JAR/EXE FILE</a>
</p>
</div>
</div>
<div class="video">
<iframe id="video" width="768" height="432" src="https://www.youtube.com/embed/TBxefCT6BEY?autoplay=1"
frameborder="0" allowfullscreen></iframe>
</div>
<script src="./js/codice.js"> </script>
<script>loadVideoFromURL();</script>
</body>
</html>