-
Notifications
You must be signed in to change notification settings - Fork 0
/
net.html
36 lines (30 loc) · 1.42 KB
/
net.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, minimal-ui">
<meta charset="UTF-8">
<title>Netbanking</title>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,900,700,600,200" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Archivo+Narrow|PT+Sans" rel="stylesheet">
<link rel='stylesheet prefetch'
href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,900,700,600,200'>
<link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css'>
<link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.6.2/css/font-awesome.min.css'>
<link rel="stylesheet" href="scss/style.css">
</head>
<body>
<div class="selectorthing">
<div class="wrapper typo">My Number is<br>+91
<div class="list"><span class="placeholder">xxxxxxxxxx</span>
<ul class="list__ul">
<input id="inp" v-model="message" placeholder="xxxxxxxxxx">
</ul>
</div>
</div>
</div>
<script src='js/vue.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js'></script>
<script src="js/net.js"></script>
</body>
</html>