-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paths.html
21 lines (21 loc) · 1022 Bytes
/
s.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="{{url_for('static',filename='bgc.css')}}">
<script type="text/javascript" src="{{url_for('static', filename='bgs.js')}}"></script>
<title>Document</title>
</head>
<body>
<input type="button" onclick="bgo()" value="oo bander" width="100unit" height="22unit">
this is mudassar afzal biomedical engineer
<br>
<a href="{{url_for('page')}}">page</a>
<img src="{{url_for('static',filename='m.PNG')}}" lenth="300px" width="300px" height="300px" align="right">
<br>
<audio controls="controls" lenth="300px" width="300px" height="300px" align="right" src="{{url_for('static',filename='song.mp3')}}">atif aslam </audio>
<video controls="controls" src="{{url_for('static',filename='chaloye.mp4')}}"></video>
</body>
</html>