41 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!--
 | 
						|
 * @Author: Kane
 | 
						|
 * @Date: 2022-11-22 17:50:49
 | 
						|
 * @LastEditors: Kane
 | 
						|
 * @LastEditTime: 2022-12-05 00:19:08
 | 
						|
 * @FilePath: \hello-cli\public\index.html
 | 
						|
 * @Description: 
 | 
						|
 * 
 | 
						|
 * Copyright (c) ${2022} by Kane, All Rights Reserved. 
 | 
						|
-->
 | 
						|
<!DOCTYPE html>
 | 
						|
<html lang="zh-cn">
 | 
						|
    <head>
 | 
						|
        <meta charset="utf-8" />
 | 
						|
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
 | 
						|
        <meta name="viewport" content="width=device-width,initial-scale=1.0" />
 | 
						|
        <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
 | 
						|
        <title><%= htmlWebpackPlugin.options.title %></title>
 | 
						|
        <!-- <link rel="stylesheet" href="<%= BASE_URL %>css/root.css" /> -->
 | 
						|
        <!-- <link rel="stylesheet" href="<%= BASE_URL %>css/normalize.css" /> -->
 | 
						|
        <!-- <link rel="stylesheet" href="<%= BASE_URL %>css/page.css" /> -->
 | 
						|
    </head>
 | 
						|
    <style>
 | 
						|
        .v-cloak {
 | 
						|
            display: none;
 | 
						|
        }
 | 
						|
    </style>
 | 
						|
 | 
						|
    <body>
 | 
						|
        <noscript>
 | 
						|
            <strong>
 | 
						|
                We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't
 | 
						|
                work properly without JavaScript enabled. Please enable it to
 | 
						|
                continue.
 | 
						|
            </strong>
 | 
						|
        </noscript>
 | 
						|
        <div id="app" v-cloak></div>
 | 
						|
        <!-- built files will be auto injected -->
 | 
						|
    </body>
 | 
						|
</html>
 |