2 Star 0 Fork 0

mirrors_beltoforion/Educational-Javascripts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 1.49 KB
一键复制 编辑 原始数据 按行查看 历史
Ingo Berg 提交于 2016-01-03 21:27 . complete source code update
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<link rel="stylesheet" type="text/css" href="./styles/index.css"/>
<link rel="stylesheet" type="text/css" href="./styles/article.css"/>
<title>Educational Javascripts</title>
<style type="text/css">
canvas { border: 1px solid black; }
</style>
</head>
<body class="article">
<div id="article_title_bar">
<div id="article_title_box">
<div id="article_title">beltoforion.github.io</div>
<div id="article_sub_title">Educational Javascripts - Sample Page</div>
</div>
</div> <!-- article_title_bar -->
<div id="article_client_area">
<h1 class="article_caption">So what is this?</h1>
<p>
The educational javascript repository is a collection of javascript applets created for my web
page <a href="http://beltoforion.de">beltoforion.de</a>. They are open source and distributed under
the GPL 3 license.
</p>
<a class="huge_linkbox" href="https://github.com/beltoforion/Educational-Javascripts">
<div class="huge_linkbox_caption">Source Code</div>
<p class="huge_linkbox_subtitle">Fork Project at GitHub.</p>
</a>
<div class="clear"/>
<h1 class="article_caption">List of Applets</h1>
<iframe src="./simulated_evolution.html" width="100%" height="850" class="noborder"></iframe>
<iframe src="./game_of_life.html" width="100%" height="850" class="noborder"></iframe>
<iframe src="./tides.html" width="100%" height="1000" class="noborder"></iframe>
</div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_beltoforion/Educational-Javascripts.git
git@gitee.com:mirrors_beltoforion/Educational-Javascripts.git
mirrors_beltoforion
Educational-Javascripts
Educational-Javascripts
master

搜索帮助