Para começar a utilizar os padrões waStandards com o template Mobile, copie e cole a declaração a seguir logo após as tags <title></title> do cabeçalho <head></head> da sua página:

<!-- waStandards v1.1, template 'Mobile' -->
<!-- STYLESHEET -->
<link type="text/css" rel="stylesheet" href="http://wastandards.eadtech.net//Versions/1.1/Templates/Mobile/Css/Core.min.css" /> 
<link type="text/css" rel="stylesheet" href="http://wastandards.eadtech.net//Versions/1.1/Templates/Mobile/Css/Colors.min.css" />
<link type="text/css" rel="stylesheet" href="http://wastandards.eadtech.net//Versions/1.1/Templates/Shorts.lite.min.css" />

<!-- JAVASCRIPT -->
<script type="text/javascript" src="http://wastandards.eadtech.net//Versions/1.1/Scripts/jQ.min.js"></script>
<script type="text/javascript" src="http://wastandards.eadtech.net//Versions/1.1/Scripts/Core.lite.min.js"></script>
<script type="text/javascript" src="http://wastandards.eadtech.net//Versions/1.1/Scripts/JSX.min.js"></script>

<!--[if lte IE8]>
	<script type="text/javascript" src="http://wastandards.eadtech.net///Versions/1.1/Scripts/IE6.min.js"></script>
<![endif]-->