Skip to content

Instantly share code, notes, and snippets.

@binzorellino
Last active February 14, 2020 07:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save binzorellino/1280a5e1e4af1ace4745131e414e69e5 to your computer and use it in GitHub Desktop.
Save binzorellino/1280a5e1e4af1ace4745131e414e69e5 to your computer and use it in GitHub Desktop.
teszt
<!DOCTYPE html>
<html lang="hu">
<head>
<!-- Stylesheets -->
<link rel="stylesheet" href="styles.css" type="text/css" media="screen" />
<!-- Title -->
<title>teszt</title>
</head>
<body>
<main>
<h1>fejléc</h1>
</main>
<p>
tartalom
</p>
<!-- JavaScripts -->
<script src="scripts.js"></script>
</body>
</html>
h1 {
color: red;
text-align: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment