Restructuring of previous project files
This commit is contained in:
18
freechat-client/pages/index.html
Normal file
18
freechat-client/pages/index.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!-- Keep in mind basically all the major components of the app are held together here -->
|
||||
<!-- The reason for this is because I want to keep the electron app as simple as I can get it -->
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
|
||||
<link rel="stylesheet" href="../../libs/css/pure.css"/>
|
||||
<link rel="stylesheet" href="../css/style.css"/>
|
||||
<title>Freechat</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="local-stream"></div>
|
||||
<div id="remote-stream"></div>
|
||||
<div id="servers"><!-- Container for the "welcome page"--></div>
|
||||
<div id="messages"></div>
|
||||
<div id="channels"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user