Last active
October 13, 2020 11:40
-
-
Save kikill95/ad9a00ae31cf1120bdf931a59b5788e5 to your computer and use it in GitHub Desktop.
LevelUp:coding - sample file for intro
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="en"> | |
<head> | |
<title>Мой сайт</title> | |
<style> | |
p { | |
color: red; | |
} | |
</style> | |
</head> | |
<body> | |
<p>Привет =)</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment