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
<a href="www.avalon.ru/">www.avalon.ru</a> |
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
/ | |
|-img | |
| | | |
| |-logo.png | |
| | |
|-about | |
| | | |
| |company.html | |
| | |
|-index.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | |
<html lang="en"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html;charset=windows-1251"> | |
<title></title> | |
</head> | |
<body> | |
</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
<!DOCTYPE HTML> | |
<html lang="en-US"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Таблицы</title> | |
<style type="text/css"> | |
td { | |
width:40px; | |
height:40px; | |
} |
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-US"> | |
<head> | |
<meta charset="UTF-8"> | |
<title></title> | |
</head> | |
<body> | |
<form action="" method="POST" enctype="multipart/form-data"> | |
<input type="file" name="myfile" > |
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
body { | |
font-size:12px; | |
} | |
h3 { | |
font-size:2em; | |
} | |
.article { | |
font-size:1.5em; | |
} |
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
/* ap priority */ | |
div { | |
position: relative; | |
width: 200px; | |
height: 200px; | |
border: solid 1px; | |
} | |
div div { | |
position: absolute; |
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
div | |
{ | |
position: relative; | |
width: 400px; | |
height: 400px; | |
border: 1px solid red; | |
} |
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
if not request.user.is_authenticated(): | |
return redirect('/login/?next=%s' % request.path) | |
else: | |
for group in request.user.groups.values_list(): | |
if (u'profsoux' in group) or request.user.is_staff: | |
break | |
else: | |
if not request.user.is_staff: | |
return render(request, 'denied.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
Назад в будущее | |
«Назад в будущее» (англ. Back to the Future) — культовый фантастический фильм в трёх частях | |
о путешествиях во времени, описывающий альтернативные реальности маленького американского | |
городка Хилл-Вэлли и нескольких проживающих там семей, поставленный режиссёром Робертом Земекисом | |
и спродюсированный Стивеном Спилбергом, Фрэнком Маршаллом и Кэтлин Кеннеди. | |
Первый фильм вышел в 1985 году в кинотеатрах Соединённых Штатов и Канады и получил рейтинг PG | |
от организации Motion Picture Association of America (MPAA) — «Детям рекомендуется просмотр | |
совместно с родителями». Один из наиболее известных в СССР американских фильмов во второй |