html調用Micrisoft Teams

<html>
<head>
    <title>Teams呼叫</title>
    <style>
        .button {
            background: #f2f2f2;
            color: #d04a02;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            -webkit-box-align: center;
            align-items: center;
            padding: 0.5rem;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        
        a, a:hover {
            text-decoration: none;
        }
        
        .img-container {
            background: #d04a02;
            padding: 10px;
            border-radius: 50%;
            margin-right: 1rem;
        }
        
        .img-container img {
            width: 25px;
            height: 25px;
        }
    </style>
</head>
<body>
    <div>
        <a href="MSTeams:/l/chat/0/0?users=***@***.com" id="ToTeams" class="button">
            <div class="img-container">
                <img src="C:/Users/teams.svg" alt="Microsoft Teams">
            </div> 
            <div>Teams Notice</div>
        </a>
    </div>
</body>
</html>

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章