HTML使用
html结构
<!doctype html>
<head>
<!--setting title-->
<title>ASR-Crash's Page</title>
<!--setting favicon.ico logo-->
<link rel="icon" href="favicon.ico " type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico " type="image/x-icon">
<!-- Disable screen scaling-->
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1, user-scalable=0">
<!-- Theme style -->
<link rel="stylesheet" href="css/style.css">
<!-- Modernizr JS -->
<script src="js/modernizr-2.7.1.min.js"></script>
</head>
<!--hidden scrollbar-->
<style>
body::-webkit-scrollbar {display: none;}
</style>
<body>
<!-- Page Loader -->
<div class="page-loader"></div>
<!--main content-->
<h1>ASR-Crash page content</h1>
</body>
</html>
字体
<font face="STXINGKA">华文行楷</font>
<font style="text-transform: lowercase;">lowercase</font>