Untitled

                Never    
CSS
       
<head>
	/* <meta charset="utf-8", но лучше */
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

	/* совместимость с IE */
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	
	/* автор */
	<meta name="author" content="zoto.ff">

	/* описание */
	<meta name="description" content="Простенький аналог https://pogugli.com/">

	/* заголовок */
	<title>Сначала погугли, потом спрашивай.</title>

	/* normalize.css (https://necolas.github.io/normalize.css/ (почитай)) */
	<link rel="stylesheet" href="https://necolas.github.io/normalize.css/8.0.1/normalize.css" type="text/css">

	/* дефолт css */
	<link rel="stylesheet" href="style.css" type="text/css">
	
	/* значок в браузере */
	<link rel="shortcut icon" href="https://images.zapier.com/storage/developer/8ee292892a13d343037a96ae7fd33720_2.128x128.png" type="image/x-icon">
</head>

Raw Text