Update build.yml Update build.yml Update build.yml Update build.yml Update build.yml Update build.yml Update build.yml test Remove setup git token fix again trial Fix trial testing again Revert some things Hope it works now :) Update build.yml revert changes
104 lines
3.2 KiB
HTML
104 lines
3.2 KiB
HTML
<!DOCTYPE html>
|
|
<!--
|
|
Strata by HTML5 UP
|
|
html5up.net | @ajlkn
|
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
-->
|
|
<html>
|
|
<head>
|
|
<title>MS Office - Electron</title>
|
|
<meta charset="utf-8" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1, user-scalable=no"
|
|
/>
|
|
<link rel="stylesheet" href="assets/css/main.css" />
|
|
</head>
|
|
<body class="is-preload">
|
|
<!-- Header -->
|
|
<header id="header">
|
|
<div class="inner">
|
|
<a href="#" class="image avatar"
|
|
><img src="images/logo.png" alt=""
|
|
/></a>
|
|
<h1>
|
|
<strong>MS Office - Electron</strong><br />
|
|
Free Office Online Desktop Client
|
|
</h1>
|
|
</div>
|
|
</header>
|
|
|
|
<!-- Main -->
|
|
<div id="main">
|
|
<!-- One -->
|
|
<section id="one">
|
|
<header class="major">
|
|
<h2>
|
|
An Unofficial Microsoft Office Online Desktop Client made with Electron. Free of Cost.
|
|
</h2>
|
|
</header>
|
|
<p>
|
|
<img
|
|
src="images/Mac_Screenshot.png"
|
|
alt=""
|
|
width="500"
|
|
height="auto"
|
|
class="floatright"
|
|
/>
|
|
MS Office - Electron is an app in which the Web Version of
|
|
MS Office is wrapped into a Cross-Platform App with Electron.
|
|
And all the Services of Microsoft Office will work for free. It is available for Windows, Mac OS, and Linux!
|
|
If you like the project, do not forget to give a "<i
|
|
class="far fa-star"
|
|
></i>
|
|
Star" to the project :D
|
|
</p>
|
|
<h2>Download Now:</h2>
|
|
<ul class="actions">
|
|
<li>
|
|
<a href="https://github.com/agam778/MS-Office-Electron#-windows-installation" class="button"
|
|
><i class="fab fa-windows"></i> Windows</a
|
|
>
|
|
</li>
|
|
<li>
|
|
<a href="https://github.com/agam778/MS-Office-Electron#-macos-installation" class="button"><i class="fab fa-apple"></i> Mac OS</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://github.com/agam778/MS-Office-Electron#-linux-installation" class="button"><i class="fab fa-linux"></i> Linux</a>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</div>
|
|
|
|
<!-- Footer -->
|
|
<footer id="footer">
|
|
<div class="inner">
|
|
<ul class="icons">
|
|
<li>
|
|
<a href="https://github.com/agam778/MS-Office-Electron" class="icon brands fa-github"
|
|
><span class="label">Github</span></a
|
|
>
|
|
</li>
|
|
<li>
|
|
<a href="mailto:agam778@zohomail.in" class="icon solid fa-envelope"
|
|
><span class="label">Email</span></a
|
|
>
|
|
</li>
|
|
</ul>
|
|
<ul class="copyright">
|
|
<li>© Agampreet Singh</li>
|
|
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
|
|
</ul>
|
|
</div>
|
|
</footer>
|
|
|
|
<!-- Scripts -->
|
|
<script src="assets/js/jquery.min.js"></script>
|
|
<script src="assets/js/jquery.poptrox.min.js"></script>
|
|
<script src="assets/js/browser.min.js"></script>
|
|
<script src="assets/js/breakpoints.min.js"></script>
|
|
<script src="assets/js/util.js"></script>
|
|
<script src="assets/js/main.js"></script>
|
|
</body>
|
|
</html>
|