groups

name language licence
CSS3 border radius CSS Other
HTML refresh code HTML Other
iui add HTML Other
add google jquery link Java Other
HTML starter HTML Other
XHTML 1.0 Transitional HTML Other
XHTML 1.0 Strict HTML Other
favicon link HTML Other



language: HTML
licence: Other

iui add

options: view full snippetsend to code collector
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>iUI Music Demo</title>
<meta name="viewport" content="width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
<style type="text/css" media="screen">@import "../iui/iui.css";</style>
<script type="application/x-javascript" src="../iui/iui.js"></script>
<!--
<script type="application/x-javascript" src="http://10.0.1.2:1840/ibug.js"></script>
-->
</head>

<body onclick="console.log('Hello', event.target);">
	
(Continues...)