/mystyle

Primary LanguageHTML

My style and my script

My style

  1. bootstrap 2 https://bootswatch.com/2/default/
  2. bootstrap 3 https://bootswatch.com/3/default/
  3. bootstrap 4 https://bootswatch.com/default/
  4. bootstrap 4 / spacelab https://bootswatch.com/spacelab/
  5. icons

My script

  1. jQuery
  2. table
  3. modal
  4. alerts
  5. multiple selector

Template

<!DOCTYPE html>
<html lang="en">
<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="stylesheet" href="./my_style.css">
	<title>Template file</title>
</head>
<body>
	<!-- content -->
	<script src="./jquery.js"></script>
	<script src="./my_script.js"></script>
</body>
</html>