2017-02-23 14:15:13 +00:00
<!DOCTYPE html>
< html >
< head >
< meta charset = "utf-8" >
< title > Movies for Hackers< / title >
2017-02-27 13:57:17 +00:00
< meta name = "description" content = "movies-for-hackers - 🎬 A curated list of movies every hacker & cyberpunk must watch." >
2017-02-27 14:05:41 +00:00
< meta name = "viewport" content = "initial-scale=0.75" / >
2017-02-24 17:32:36 +00:00
< link href = "https://fonts.googleapis.com/css?family=Play" rel = "stylesheet" >
2017-02-24 15:53:08 +00:00
< link rel = "stylesheet" type = "text/css" href = "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" / >
< link rel = "stylesheet" type = "text/css" href = "https://cdnjs.cloudflare.com/ajax/libs/react-bootstrap-table/3.0.0/react-bootstrap-table-all.min.css" / >
< link rel = "stylesheet" type = "text/css" href = "dist/css/app.css" / >
2017-02-23 14:15:13 +00:00
< / head >
< body >
2017-02-24 15:53:08 +00:00
< div class = "container-fluid" >
2017-02-27 12:58:17 +00:00
< h1 > Movies For Hackers< / h1 >
< p > Every aspiring hacker & cyberpunk must watch these movies - drawing directly from the impressive < a href = "https://github.com/k4m4/movies-for-hackers" > curated list< / a > from < a href = "https://github.com/k4m4" > Nikolaos Kamarinakis< / a > < / p >
2017-02-24 15:53:08 +00:00
< div id = "root" > < / div >
2017-02-23 14:15:13 +00:00
2017-02-24 15:53:08 +00:00
< 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://cdnjs.cloudflare.com/ajax/libs/react-bootstrap-table/3.0.0/react-bootstrap-table.js" > < / script >
< script src = "https://cdnjs.cloudflare.com/ajax/libs/marked/0.3.6/marked.min.js" > < / script >
< script src = "dist/js/app.js" > < / script >
< / div >
2017-02-23 14:15:13 +00:00
< / body >
< / html >