pg edited

This commit is contained in:
Dan Onoshko 2014-09-04 12:11:50 +07:00
parent ff04033251
commit 2c354e5f9f

View File

@ -80,6 +80,11 @@
float: right; float: right;
margin: 2px 10px; margin: 2px 10px;
} }
#version {
float: right;
margin: 2px 10px;
}
</style> </style>
</head> </head>
@ -214,6 +219,7 @@ main();</textarea>
<input type="checkbox" id="compressed" onclick="changeClass()"> <input type="checkbox" id="compressed" onclick="changeClass()">
<label for="compressed">compressed</label> <label for="compressed">compressed</label>
<span id="lenstat"></span> <span id="lenstat"></span>
<span id="version">v0.6.0</span>
</div> </div>
</body> </body>
<script> <script>