mirror of
https://github.com/status-im/embark-tutorial-erc721.git
synced 2026-08-31 01:51:06 +00:00
19 lines
975 B
HTML
19 lines
975 B
HTML
<html>
|
|
<head>
|
|
<title>Embark</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
|
<link href="https://fonts.googleapis.com/css?family=VT323" rel="stylesheet">
|
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
|
|
<link rel="stylesheet" href="css/app.css">
|
|
|
|
</head>
|
|
<body>
|
|
<h1 class="title">CryptoSpaceShips</h1>
|
|
<div id="app"></div>
|
|
<script src="js/app.js"></script>
|
|
<script src="https://use.fontawesome.com/4271dff08f.js"></script>
|
|
</body>
|
|
</html>
|