Skip to content

Instantly share code, notes, and snippets.

@kikill95
Last active October 13, 2020 11:40
Show Gist options
  • Save kikill95/ad9a00ae31cf1120bdf931a59b5788e5 to your computer and use it in GitHub Desktop.
Save kikill95/ad9a00ae31cf1120bdf931a59b5788e5 to your computer and use it in GitHub Desktop.
LevelUp:coding - sample file for intro
<!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