Last active
February 14, 2020 07:32
-
-
Save binzorellino/1280a5e1e4af1ace4745131e414e69e5 to your computer and use it in GitHub Desktop.
teszt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
h1 { | |
color: red; | |
text-align: center; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment