Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 57 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<link data-require="[email protected]" data-semver="3.3.6" rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.css"/>
</head>
<body>
<div id="app col-md-12">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

const mountNode = document.getElementById("app")

it would not work and cause a problem


</div>


<!-- <div class="panel panel-info">
<div class="panel-heading">
<h3 class="panel-title">USER FULL NAME !</h3>
</div>
<div class="panel-body">
<div class="row">
<div>
<div class="col-md-3 col-lg-3 " align="center">
<img src="http://psdexport.com/storage/avatars/default.png" class="pull-left">
</div>
<div class=" col-md-9 col-lg-9">
<table class="table table-user-information">
<tbody>
<tr>
<td>Дата рождения</td>
<td>24.10.2016</td>
</tr>
<tr>
<td>Пол</td>
<td>MALE</td>
</tr>
<tr>
<td>Адрес</td>
<td>GOOGLE STREET</td>
</tr>
<tr>
<td>Email</td>
<td><a href=#>EMAIL</a></td>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div> -->



<script src="bundle.js">

</script>

</body>
</html>
Loading