-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (34 loc) · 1.96 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>главная страничка</title>
<link rel="shortcut icon" href="images/my_photo.ico" type="image/x-icon">
<link href="styles/style.css" rel="stylesheet" type="text/css"> <!-- ссылка на css -->
<link href='http://fonts.googleapis.com/css?family=Manrope' rel='stylesheet' type='text/css'> <!-- ссылка на шрифт -->
<!-- <link rel="stylesheet" href="https://pyscript.net/alpha/pyscript.css" /> проба скрипта на питоне -->
<!-- <script defer src="https://pyscript.net/alpha/pyscript.js"></script> проба скрипта на питоне -->
</head>
<body>
<!-- <img src="images/my_photo.png" alt="фотография меня" style="width:15%;"> -->
<!-- <img src="images/snejinka.jpeg" alt="настина снежинка" style="width:10%;"> -->
<p style="font-size: 80px; color:#1F9AFE;">
<a href="first.html" target="_blank">рисовалка</a>
</p>
<p style="font-size: 80px; color:#1F9AFE;">
<a href="second.html" target="_blank">все квадраты чисел от 0 до 5000</a>
</p>
<p style="font-size: 80px; color:#1F9AFE;">
<a href="third.html" target="_blank">переходилка по ссылкам из википедии</a>
</p>
<p style="font-size: 80px; color:#1F9AFE;">
<a href="fourth.html" target="_blank">видево</a>
</p>
<p style="font-size: 80px; color:#1F9AFE;">
<a href="fivth.html" target="_blank">карельский дневник</a>
</p>
<script src="scripts/main.js"></script> <!-- связка с js файлом -->
<a style = "position:relative; left:0px" href="https://github.com/ksontoktin" target="_blank" title = "переход на мой гитхаб"><img src="images/25231.png" width="50" height="50"></a>
<script src="scripts/main.js"></script> <!-- связка с js файлом -->
</body>
</html>