You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
1.0 KiB
PHTML
23 lines
1.0 KiB
PHTML
8 years ago
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||
|
<meta http-equiv="Expires" CONTENT="0"/>
|
||
|
<meta http-equiv="Cache-Control" CONTENT="no-cache"/>
|
||
|
<meta http-equiv="Pragma" CONTENT="no-cache"/>
|
||
|
<title>HTML-Compressor</title>
|
||
|
</head>
|
||
|
<script type="text/javascript">
|
||
|
|
||
|
</script>
|
||
|
<body>
|
||
|
<h1>页面样式精简</h1>
|
||
|
<form name="form_htmlsource" id="form_htmlsource" action="<?php echo site_url('apps/htmlcompressor/index/optimize'); ?>" method="post">
|
||
|
<input type="text" name="websitehost" id="websitehost" style="width:200px;" placeholder="域名" /><br/><br/>
|
||
|
<textarea name="htmlsource" id="htmlsource" rows="22" style="width:800px;" placeholder="网页代码" ></textarea>
|
||
|
<input type="submit"/>
|
||
|
</form>
|
||
|
|
||
|
</body>
|
||
|
</html>
|