⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 website.mtt

📁 ocaml编写的一个flash编译器
💻 MTT
字号:
<html><head><title>lib.haxe.org</title><style type="text/css">/* structure */body {	margin : 0;	padding : 0;	text-align: center;}.page {	margin: 10px auto 10px auto;	width : 750px;}.menu {	text-align : left;	float : left;	width : 150px;}.content {	text-align : left;	float : left;	width : 600px;}/* style */a {	color : #ff8400;	text-decoration : none;}a:hover {	text-decoration : underline;}a:visited {	color : #ff8400;}h1 a, h1 a:hover, h1 a:visited {	text-align : center;	color : black;	text-decoration : none;}.content p {	text-align : justify;	margin : 0px;	padding : 0px 10px 0px 10px;}.menu ul {	list-style : none;	margin : 5px;	padding : 0px;}.versions .date, .versions .project, .versions .name {	display : inline;}.versions ul, .projects ul {	list-style : circle;	margin : 25px;	padding : 0px;}.date {	color : #555;	font-size : 12px;}.versions .name {	font-weight : bold;}.versions .download {	float : right;	margin-top : -22px;	margin-right : 30px;}.download {	padding : 2px 4px 2px 4px;	background-color : #eee;	display : inline;}.download a {	color : #555;	font-size : 12px;	text-decoration : none;}.download a:visited {	color : #555;}.versions .comments {	margin-right : 40px;	margin-left : 10px;	margin-bottom : 5px;	text-align : justify;}.pinfos .description {	padding : 10px;}.pinfos .download {	margin : 200px;}.label {	color : #555;	width : 80px;	float : left;}</style></head><body><div class="page"><h1><a href="/">lib.haxe.org</a></h1><div class="menu">	<div class="title">Projects :</div>	<ul>	::foreach projects::	<li><a href="/p/::name::">::name::</a></li>	::end::	</ul></div><div class="content">::if error::<div class="error">	::error::</div>::elseif act_index::<h2>Welcome</h2><p>	This website is listing all the libraries available through the <code>haxelib</code> haXe package manager.	Please visit <a href="http://haxe.org/haxelib">the haxelib page</a> on haXe website to learn more about haxelib.</p><h2>Latest releases</h2><div class="versions"><ul>	::foreach versions::	<li>		<div class="date">::date:: </div>		<div class="project"><a href="/p/::(__project.name)::">::(__project.name)::</a> </div>		<div class="name">::name:: </div>		<div class="download"><a href="$$download(__project,__current__)">Download</a></div>		<div class="comments">::comments::</div>	</li>	::end::</ul></div>::elseif act_p::<h2>::(p.name)::</h2><div class="pinfos">	<div class="description">::(p.description)::</div>	<div class="url"><div class="label">Website</div> <a href="::(p.website)::">::(p.website)::</a></div>	<div class="version"><div class="label">Version</div> ::(version.name)::</div>	<div class="owner"><div class="label">Owner</div> <a href="/u/::(owner.name)::">::(owner.name)::</a></div>	<div class="license"><div class="label">License</div> ::(p.license)::</div>	<div class="download"><a href="$$download(p,version)">Download</a></div></div><h2>History</h2><div class="versions"><ul>	::foreach versions::	<li>		<div class="date">::date:: </div>		<div class="name">::name:: </div>		<div class="download"><a href="$$download(p,__current__)">Download</a></div>		<div class="comments">::comments::</div>	</li>	::end::</ul></div>::elseif act_u::<h2>::(u.name)::</h2><div class="uinfos">	<div class="name"><div class="label">Name</div> ::(u.fullname)::</div>	<div class="email"><div class="label">Email</div> ::(u.email)::</div></div><h2>Projects</h2><div class="projects"><ul>::foreach uprojects::	<li><a href="/p/::name::">::name::</a></li>::end::</ul></div>::else::<p>	No content for this action</p>::end::</div></div></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -