Created
April 24, 2019 07:49
-
-
Save gearmobile/db990fd20cd44d65a54bca9295f97d23 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<meta http-equiv="X-UA-Compatible" content="ie=edge" /> | |
<title>Одна большая компания</title> | |
<link | |
href="https://fonts.googleapis.com/icon?family=Material+Icons" | |
rel="stylesheet" | |
/> | |
<link | |
href="https://fonts.googleapis.com/css?family=Lato" | |
rel="stylesheet" | |
/> | |
<link | |
rel="stylesheet" | |
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css" | |
/> | |
<link rel="stylesheet" href="./css/common.css" /> | |
<link rel="stylesheet" href="./css/main.css" /> | |
</head> | |
<body class="app"> | |
<div id="root"></div> | |
<script | |
async | |
defer | |
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAfa8YUz_HfrUVcpdrWoxN6RtW3vKON6kI&callback=initMap" | |
type="text/javascript" | |
></script> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.3.1/react.js"></script> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.3.1/react-dom.js"></script> | |
<script src="https://unpkg.com/prop-types/prop-types.min.js"></script> | |
<script src="https://unpkg.com/babel-standalone@6/babel.min.js"></script> | |
<script type="text/babel" src="./js/Map.js"></script> | |
<script type="text/babel" src="./js/Site.js"></script> | |
<script type="text/babel" src="./js/App.js"></script> | |
<script type="text/babel"> | |
ReactDOM.render(<App />, document.getElementById('root')); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment